Cargo Features

malwaredb-virustotal has no features set by default.

[dependencies]
malwaredb-virustotal = { version = "0.4.1", features = ["chrono", "clap", "native-tls", "native-tls-vendored", "rustls-tls", "tokio", "tracing", "unsafe-serialization"] }
chrono

Enables chrono

Affects domainreport::DomainAttributes.last_modification_date, domainreport::DomainAttributes.last_https_certificate_date, domainreport::DomainAttributes.creation_date, domainreport::DomainAttributes.whois_date, domainreport::DomainAttributes.last_dns_records_date, domainreport::DomainAttributes.last_update_date, domainreport::DomainAttributes.last_analysis_date, domainreport::PopularityRankEntry.timestamp, filereport::ScanResultAttributes.creation_date, filereport::ScanResultAttributes.last_modification_date, filereport::ScanResultAttributes.first_seen_itw_date, filereport::ScanResultAttributes.last_submission_date, filereport::ScanResultAttributes.last_analysis_date, filereport::ScanResultAttributes.first_submission_date, pe::PEInfo.timestamp, flags::FirstSubmission

clap

Enables clap

native-tls

Enables native-tls of reqwest

reqwest:

Enables native-tls specific functionality not available by default.

native-tls-vendored

Enables native-tls-vendored of reqwest

rustls-tls

Enables rustls-tls of reqwest

tokio

Enables tokio

tracing

Enables tracing

unsafe-serialization