phaser 0.7.8

High-performance attack surface mapper and vulnerability scanner
[package]
name = "phaser"
description = "High-performance attack surface mapper and vulnerability scanner"
version = "0.7.8"
authors = ["Sylvain Kerkour <sylvain@kerkour.com>"]
edition = "2018"

homepage = "https://github.com/skerkour/phaser"
repository = "https://github.com/skerkour/phaser"
readme = "../README.md"
license = "AGPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
lto = true
debug = false
debug-assertions = false
codegen-units = 1

[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator]
version = "0.3"

[dependencies]
tokio = { version = "1", features = ["full"] }
chrono = { version  = "0.4", features = ["serde"] }
thiserror = "1.0"
anyhow = "1.0"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
trust-dns-resolver = "0.20"
futures = "0.3"
tokio-stream = "0.1"
log = "0.4"
env_logger = "0.8"
async-trait = "0.1"
clap = "2.33"
regex = "1"
url = "2"