stix-rs 0.1.0

STIX 2.1 types and helpers for Rust
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 = "2024"
name = "stix-rs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "STIX 2.1 types and helpers for Rust"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "pattern_validation_test"
path = "tests/pattern_validation_test.rs"

[[test]]
name = "real_world_stix_test"
path = "tests/real_world_stix_test.rs"

[[test]]
name = "stix_integration"
path = "tests/stix_integration.rs"

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

[dependencies.rkyv]
version = "0.7"
features = ["validation"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.3"
features = [
    "v4",
    "v5",
    "serde",
]