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