# 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 = "tokio_spf_validator" version = "1.0.3" authors = ["gzbakku "] description = "this is a spf validation lib for smtp servers." homepage = "https://github.com/gzbakku/tokio_spf_validator" readme = "README.md" keywords = ["spf", "async", "tokio", "validate", "spf-validation"] categories = ["email", "parser-implementations", "api-bindings", "asynchronous"] license = "GPL-3.0" repository = "https://github.com/gzbakku/tokio_spf_validator" [dependencies.cidr] version = "0.2.1" [dependencies.regex] version = "1.5.4" [dependencies.trust-dns-resolver] version = "0.20.3" [dev-dependencies.tokio] version = "1.14.0" features = ["full"]