# 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 = "assemblyline-models" version = "0.1.21" description = "Data models for the Assemblyline malware analysis platform." homepage = "https://www.cyber.gc.ca/en/tools-services/assemblyline" license = "MIT" repository = "https://github.com/cybercentreCanada/assemblyline-rust" [dependencies.assemblyline-markings] version = "0.1.5" [dependencies.base62] version = "2.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.3" [dependencies.struct-metadata] version = "0.1" features = ["serde_json"] [dependencies.strum] version = "0.25" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1.4" [features] default = ["rand"]