# 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 = "rustyknife" version = "0.2.11" authors = ["Jonathan Bastien-Filiatrault "] exclude = ["sphinx/source/*.so"] description = "Fast, robust and safe email parsing library" homepage = "https://github.com/zerospam/rustyknife" readme = "README.md" categories = ["email", "parsing", "network-programming", "encoding"] license = "GPL-3.0+" repository = "https://github.com/zerospam/rustyknife.git" [package.metadata.docs.rs] features = ["nightly"] [profile.release] panic = "abort" [lib] crate-type = ["lib", "cdylib"] [[bin]] name = "fuzz_mailbox" required-features = ["fuzz"] [dependencies.afl] version = "0.8" optional = true [dependencies.base64] version = "0.13" [dependencies.encoding] version = "0.2" [dependencies.idna] version = "0.2.0" [dependencies.memmap] version = "0.7.0" optional = true [dependencies.nom] version = "6.0" [dependencies.pyo3] version = "0.13" features = ["extension-module"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default = ["quoted-string-rfc2047"] fuzz = ["afl"] nightly = [] python = ["memmap", "pyo3"] quoted-string-rfc2047 = [] [badges.codecov] repository = "zerospam/rustyknife" service = "github" [badges.travis-ci] repository = "zerospam/rustyknife"