# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rip-starttls" version = "0.1.0" authors = ["soywod "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sans I/O implementation of " homepage = "https://pimalaya.org/" documentation = "https://docs.rs/rip-starttls/latest/rip_starttls/" readme = "README.md" keywords = [ "starttls", "imap", "tokio", "async-std", "ssl", ] categories = [ "asynchronous", "email", "network-programming", ] license = "MIT" repository = "https://github.com/pimalaya/core/tree/master/rip-starttls/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rip_starttls" path = "src/lib.rs" [[example]] name = "imap-async-std" path = "examples/imap-async-std.rs" [[example]] name = "imap-std" path = "examples/imap-std.rs" [[example]] name = "imap-tokio" path = "examples/imap-tokio.rs" [dependencies.async-std] version = "1.13" optional = true [dependencies.tokio] version = "1.37" features = [ "io-util", "net", ] optional = true default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.async-std] version = "1.13" features = ["attributes"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tokio] version = "1.37" features = ["full"] [dev-dependencies.tracing] version = "0.1" features = ["log"] [features] async-std = ["dep:async-std"] std = [] tokio = ["dep:tokio"]