assemblyline-models 0.7.4

Data models for the Assemblyline malware analysis platform.
Documentation
# 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.7.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data models for the Assemblyline malware analysis platform."
homepage = "https://www.cyber.gc.ca/en/tools-services/assemblyline"
readme = false
license = "MIT"
repository = "https://github.com/cybercentreCanada/assemblyline-rust"

[features]
default = ["rand"]

[lib]
name = "assemblyline_models"
path = "src/lib.rs"

[dependencies.assemblyline-markings]
version = "0.1.10"

[dependencies.base62]
version = "2.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.constcat]
version = "0.6"

[dependencies.hex]
version = "0.4"

[dependencies.idna]
version = "1"

[dependencies.internment]
version = "0.8"
features = [
    "serde",
    "arc",
]

[dependencies.log]
version = "0.4"

[dependencies.md-5]
version = "0.10"

[dependencies.rand]
version = "0.9"
optional = true

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "std",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.3"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.struct-metadata]
version = "1.3"
features = ["serde_json"]

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.uuid]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1.4"