# 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 = "scanr" version = "0.1.10" authors = ["Triet Trinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ScanR: A lightweight, fast, and configurable port scanner built in Rust for reliable multi-platform network scanning." homepage = "https://trinhminhtriet.com" readme = "README.md" keywords = [ "docker", "scanr", "port", "scan", "tokio", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/scanr" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [[bin]] name = "scanr" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "color", "derive", "unicode", ] [dependencies.tokio] version = "1.41" features = [ "macros", "net", "parking_lot", "rt", "rt-multi-thread", "signal", "sync", "time", ] [dev-dependencies.warp] version = "0.3" [target."cfg(windows)".dependencies.os_info] version = "3.8" [lints.clippy] doc_markdown = "allow" expect_used = "warn" module_name_repetitions = "allow" similar_names = "allow" todo = "warn" unused_async = "warn" unwrap_used = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid"