Prepare for 3.0.0 alpha
This commit is contained in:
parent
bf9191527f
commit
7e2ab19409
1 changed files with 4 additions and 12 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -1,26 +1,18 @@
|
|||
[package]
|
||||
name = "imap"
|
||||
version = "2.4.1"
|
||||
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
|
||||
"Jon Gjengset <jon@thesquareplanet.com>"]
|
||||
version = "3.0.0-alpha.1"
|
||||
authors = ["Jon Gjengset <jon@thesquareplanet.com>",
|
||||
"Matt McCoy <mattnenterprise@yahoo.com>"]
|
||||
documentation = "https://docs.rs/imap/"
|
||||
repository = "https://github.com/jonhoo/rust-imap"
|
||||
homepage = "https://github.com/jonhoo/rust-imap"
|
||||
description = "IMAP client for Rust"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0/MIT"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
edition = "2018"
|
||||
|
||||
keywords = ["email", "imap"]
|
||||
categories = ["email", "network-programming"]
|
||||
|
||||
[badges]
|
||||
azure-devops = { project = "jonhoo/jonhoo", pipeline = "imap", build = "11" }
|
||||
codecov = { repository = "jonhoo/rust-imap", branch = "master", service = "github" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
is-it-maintained-issue-resolution = { repository = "jonhoo/rust-imap" }
|
||||
is-it-maintained-open-issues = { repository = "jonhoo/rust-imap" }
|
||||
|
||||
[features]
|
||||
tls = ["native-tls"]
|
||||
default = ["tls"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue