# 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 = "phishtank" version = "0.1.0" authors = ["Marirs "] exclude = ["examples"] description = "Phishtank API" readme = "README.md" keywords = ["phishtank", "api", "security"] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/marirs/phishtank-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [lib] name = "phishtank" path = "src/lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.bzip2] version = "0.4.3" [dependencies.reqwest] version = "0.11.3" features = ["blocking"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.25" [badges.travis-ci] repository = "marirs/phishtank-rs"