# 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-api" version = "0.0.15" authors = ["Richard Zak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common API endpoints and data types for MalwareDB components." homepage = "https://malwaredb.net/" readme = "README.md" keywords = [ "cybersecurity", "malware", "malware-research", "forensics", ] categories = [ "api-bindings", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/malwaredb/malwaredb-rs" [lib] name = "malwaredb_api" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "std", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.zeroize] version = "1.8.1" features = [ "alloc", "derive", ] default-features = false