# 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 = "vt3" version = "0.7.3" authors = ["Marirs "] exclude = [ "examples", "data", ] description = "VirusTotal REST API v3 (Public & Enterprise)" readme = "README.md" keywords = [ "virustotal", "api", "v3", ] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/marirs/vt3-rs" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "vt3" path = "src/lib.rs" [[example]] name = "user_info" path = "examples/enterprise/user_info.rs" required-features = ["enterprise"] [[example]] name = "api_usage" path = "examples/enterprise/api_usage.rs" required-features = ["enterprise"] [[example]] name = "overall_quotas" path = "examples/enterprise/overall_quotas.rs" required-features = ["enterprise"] [[example]] name = "group_info" path = "examples/enterprise/group_info.rs" required-features = ["enterprise"] [[example]] name = "group_members" path = "examples/enterprise/group_members.rs" required-features = ["enterprise"] [[example]] name = "group_api_usage" path = "examples/enterprise/group_api_usage.rs" required-features = ["enterprise"] [[example]] name = "retrohunt_jobs" path = "examples/hunting/retrohunt_jobs.rs" required-features = ["hunting"] [[example]] name = "livehunt_get_rulesets" path = "examples/hunting/livehunt_get_rulesets.rs" required-features = ["hunting"] [dependencies.base64] version = "0.22.0" [dependencies.bzip2] version = "0.4.3" optional = true [dependencies.reqwest] version = "0.12.3" features = [ "blocking", "json", "multipart", ] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.25" [features] all = [ "enterprise", "feeds", "hunting", ] enterprise = [] feeds = ["bzip2"] hunting = [] [badges.travis-ci] repository = "marirs/vt3-rs"