# 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 = "virustotal3" version = "3.0.2" authors = [ "g0h4n ", "Chihiro Hasegawa ", ] description = "The library for VirusTotal Public API 3.0" homepage = "https://github.com/g0h4n/virustotal3-rs" documentation = "https://docs.rs/virustotal3/" readme = "README.md" keywords = [ "rust", "tokyo", "virustotal", "api", "v3", ] license = "MIT" repository = "https://github.com/g0h4n/virustotal3-rs" [dependencies.anyhow] version = "1.0" features = ["std"] [dependencies.reqwest] version = "0.11" features = [ "json", "multipart", "blocking", ] [dependencies.serde] version = "1.0" features = [ "derive", "std", ] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"