# 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] name = "emailmessage" version = "0.2.2" authors = ["Kayo "] description = "Email Message library for Rust" homepage = "https://github.com/katyo/emailmessage-rs" readme = "README.md" keywords = ["email", "message", "mime", "multipart", "format"] categories = ["email", "encoding", "data-structures", "value-formatting", "asynchronous"] license = "MIT" repository = "https://github.com/katyo/emailmessage-rs.git" [dependencies.base64] version = "^0.10" [dependencies.bytes] version = "^0.4" [dependencies.futures] version = "^0.1" [dependencies.hyper] version = "^0.12" [dependencies.hyperx] version = "^0.13" [dependencies.idna] version = "^0.1" [dependencies.lazy_static] version = "^1" [dependencies.mime] version = "^0.3" [dependencies.quoted_printable] version = "^0.4" [dependencies.regex] version = "^1" [dependencies.serde] version = "^1" optional = true [dependencies.textnonce] version = "^0.6" [dependencies.time] version = "^0.1" [dev-dependencies.serde_json] version = "^1" [dev-dependencies.tokio] version = "^0.1" [badges.appveyor] branch = "master" repository = "katyo/emailmessage-rs" [badges.travis-ci] branch = "master" repository = "katyo/emailmessage-rs"