# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "samotop-smime" version = "0.13.0" authors = ["Robert Cutajar "] description = "A samotop extensions for server side S/MIME encrypted mail." homepage = "https://gitlab.com/BrightOpen/Samotop/-/tree/develop/samotop-core" documentation = "https://docs.rs/samotop/" keywords = ["smtp", "model", "async", "server"] categories = ["email", "asynchronous", "network-programming", "cryptography"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/BrightOpen/Samotop/" [dependencies.async-macros] version = "2.0" [dependencies.async-process] version = "1.0" [dependencies.async-std] version = "1.9" features = ["attributes"] [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1.0" [dependencies.samotop-core] version = "0.13.0" [dev-dependencies.futures-lite] version = "1.11"