# 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 = "pwned" version = "0.5.0" authors = ["Flavio Oliveira "] description = "Simple Have I Been Pwned checker" documentation = "https://docs.rs/crate/pwned/" readme = "README.md" keywords = ["haveibeenpwned", "password", "breaches"] license = "MIT OR Apache-2.0" repository = "https://github.com/wisespace-io/pwned-rs" [lib] name = "pwned" path = "src/lib.rs" [dependencies.derive_builder] version = "0.9" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.6" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["macros"] [badges.travis-ci] repository = "wisespace-io/pwned-rs"