# 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 = "pyscan" version = "0.1.6" authors = ["Aswin "] description = "python dependency vulnerability scanner" homepage = "https://github.com/aswinnnn/pyscan" readme = "README.md" keywords = [ "cli", "python", "security", "vulnerability", "pentesting", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/aswinnnn/pyscan" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.lenient_semver] version = "0.4.2" features = ["version_semver"] [dependencies.once_cell] version = "1.18.0" [dependencies.pep-508] version = "0.3.0" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11.16" [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0.160" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.7.3"