# 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 = "2021" name = "feroxbuster" version = "2.11.0" authors = ["Ben 'epi' Risher (@epi052)"] build = "build.rs" exclude = [ ".github/*", "img/*", "check-coverage.sh", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, simple, recursive content discovery tool." homepage = "https://github.com/epi052/feroxbuster" readme = "README.md" keywords = [ "pentest", "enumeration", "url-bruteforce", "content-discovery", "web", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/epi052/feroxbuster" [package.metadata.deb] assets = [ [ "target/release/feroxbuster", "/usr/bin/", "755", ], [ "ferox-config.toml.example", "/etc/feroxbuster/ferox-config.toml", "644", ], [ "shell_completions/feroxbuster.bash", "/usr/share/bash-completion/completions/feroxbuster.bash", "644", ], [ "shell_completions/feroxbuster.fish", "/usr/share/fish/completions/feroxbuster.fish", "644", ], [ "shell_completions/_feroxbuster", "/usr/share/zsh/vendor-completions/_feroxbuster", "644", ], ] conf-files = ["/etc/feroxbuster/ferox-config.toml"] license-file = [ "LICENSE", "4", ] section = "utility" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "feroxbuster" path = "src/lib.rs" [[bin]] name = "feroxbuster" path = "src/main.rs" [[test]] name = "test_banner" path = "tests/test_banner.rs" [[test]] name = "test_config" path = "tests/test_config.rs" [[test]] name = "test_deny_list" path = "tests/test_deny_list.rs" [[test]] name = "test_extractor" path = "tests/test_extractor.rs" [[test]] name = "test_filters" path = "tests/test_filters.rs" [[test]] name = "test_heuristics" path = "tests/test_heuristics.rs" [[test]] name = "test_main" path = "tests/test_main.rs" [[test]] name = "test_parser" path = "tests/test_parser.rs" [[test]] name = "test_policies" path = "tests/test_policies.rs" [[test]] name = "test_scan_manager" path = "tests/test_scan_manager.rs" [[test]] name = "test_scanner" path = "tests/test_scanner.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "wrap_help", "cargo", ] [dependencies.console] version = "0.15" [dependencies.crossterm] version = "0.27" [dependencies.ctrlc] version = "3.4" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.gaoya] version = "0.2" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.5" [dependencies.leaky-bucket] version = "1.1" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "socks", "native-tls-alpn", ] [dependencies.rlimit] version = "0.10" [dependencies.scraper] version = "0.19" [dependencies.self_update] version = "0.40" features = [ "archive-tar", "compression-flate2", "archive-zip", "compression-zip-deflate", ] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_regex] version = "1.1" [dependencies.tokio] version = "1.39" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5" features = ["serde"] [dependencies.uuid] version = "1.10" features = ["v4"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.httpmock] version = "0.7" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.tempfile] version = "3.12" [build-dependencies.clap] version = "4.5" features = [ "wrap_help", "cargo", ] [build-dependencies.clap_complete] version = "4.5" [build-dependencies.dirs] version = "5.0" [build-dependencies.lazy_static] version = "1.5" [build-dependencies.regex] version = "1.10" [badges.maintenance] status = "actively-developed"