# 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 = "checkpwn_lib" version = "0.2.1" authors = ["brycx "] description = "Library to interact with the HIBP API" readme = "README.md" keywords = ["password", "breaches", "HIBP", "security"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/brycx/checkpwn-lib" [dependencies.hex] version = "0.4.2" [dependencies.sha-1] version = "0.10.0" default-features = false [dependencies.ureq] version = "2.4.0" features = ["tls"] default-features = false [dependencies.zeroize] version = "1.5.0" [dev-dependencies.rand] version = "0.8.4" [features] ci_test = []