# 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 = "deltachat_message_parser" version = "0.11.0" include = [ "CHANGELOG.md", "README.MD", "LICENSE", "spec.md", "src/*", "Cargo.toml", "message_parser_wasm/Cargo.toml", ] description = "email, link, hashtag, md and more - parsing for deltachat messages" readme = "README.md" keywords = [ "markdown", "deltachat-messenger", "deltachat", "dc", "message-parser", ] categories = ["parser-implementations"] license = "MPL-2.0" repository = "https://github.com/deltachat/message-parser" [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.nom] version = "7" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.unic-idna-punycode] version = "0.9.0" [dev-dependencies.criterion] version = "0.3"