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]
|
[package]
|
||||||
name = "imap"
|
name = "imap"
|
||||||
version = "2.4.1"
|
version = "3.0.0-alpha.1"
|
||||||
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
|
authors = ["Jon Gjengset <jon@thesquareplanet.com>",
|
||||||
"Jon Gjengset <jon@thesquareplanet.com>"]
|
"Matt McCoy <mattnenterprise@yahoo.com>"]
|
||||||
documentation = "https://docs.rs/imap/"
|
documentation = "https://docs.rs/imap/"
|
||||||
repository = "https://github.com/jonhoo/rust-imap"
|
repository = "https://github.com/jonhoo/rust-imap"
|
||||||
homepage = "https://github.com/jonhoo/rust-imap"
|
homepage = "https://github.com/jonhoo/rust-imap"
|
||||||
description = "IMAP client for Rust"
|
description = "IMAP client for Rust"
|
||||||
readme = "README.md"
|
license = "Apache-2.0 OR MIT"
|
||||||
license = "Apache-2.0/MIT"
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
keywords = ["email", "imap"]
|
keywords = ["email", "imap"]
|
||||||
categories = ["email", "network-programming"]
|
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]
|
[features]
|
||||||
tls = ["native-tls"]
|
tls = ["native-tls"]
|
||||||
default = ["tls"]
|
default = ["tls"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue