# 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 = "opensmtpd" version = "0.4.1" authors = ["Rodolphe Bréard "] include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"] description = "Interface for OpenSMTPD filters" documentation = "https://docs.rs/opensmtpd/" readme = "../README.md" keywords = ["opensmtpd", "filter", "mail"] license = "MIT OR Apache-2.0" repository = "https://github.com/breard-r/rust-opensmtpd" [[example]] name = "counter" path = "examples/counter.rs" [[example]] name = "rm_x-originating-ip" path = "examples/rm_x-originating-ip.rs" [dependencies.log] version = "0.4" [dependencies.nom] version = "6.0" [dependencies.opensmtpd_derive] version = "0.4" [dependencies.pretty-hex] version = "0.2" [dev-dependencies.simplelog] version = "0.9"