# 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 = "2018" name = "smtp-message" version = "0.1.0" authors = ["Léo Gaspard "] description = "Line-oriented parser and builder for SMTP protocol messages" readme = "../README.md" keywords = [ "parser", "builder", "smtp", "email", ] categories = [ "email", "network-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/kannader" [dependencies.auto_enums] version = "0.7.4" [dependencies.futures] version = "0.3.4" [dependencies.idna] version = "0.3.0" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7.1" [dependencies.pin-project] version = "1.0" [dependencies.regex-automata] version = "0.1.10" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.itertools] version = "0.10.0" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [features] fuzz-targets = []