# 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 = "phaser" version = "0.7.8" authors = ["Sylvain Kerkour "] description = "High-performance attack surface mapper and vulnerability scanner" homepage = "https://github.com/skerkour/phaser" readme = "../README.md" license = "AGPL-3.0" repository = "https://github.com/skerkour/phaser" [profile.release] lto = true codegen-units = 1 debug = false debug-assertions = false [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json", "rustls-tls"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.trust-dns-resolver] version = "0.20" [dependencies.url] version = "2" [target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator] version = "0.3"