# 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 = "malwaredb-virustotal-bin" version = "0.1.4" authors = ["Richard Zak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "VirusTotal command line client" readme = "README.md" keywords = [ "cybersecurity", "malware", "malware-analysis", "virustotal", ] license = "Apache-2.0" repository = "https://github.com/malwaredb/vt-client" [[bin]] name = "malwaredb-virustotal-bin" path = "src/main.rs" [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.clap] version = "4.5" features = [ "derive", "env", "help", "std", "usage", ] default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.malwaredb-virustotal] version = "0.1" features = ["clap"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.tokio] version = "1.41" features = [ "rt", "macros", ] default-features = false [target.'cfg(target_env = "musl")'.dependencies.malwaredb-virustotal] version = "0.1" features = [ "clap", "native-tls-vendored", ] default-features = false