[package] name = "stix" version = "0.3.0" authors = ["Ted Driggs "] repository = "https://github.com/TedDriggs/cti" edition = "2018" license = "MIT" documentation = "https://docs.rs/stix/0.3.0" description = """ Crate for working with STIX 2.0 threat intelligence. """ [dependencies] chrono = { version = "0.4.19", features = ["serde"] } indexmap = "1.6.2" once_self_cell = "0.6.2" petgraph = "0.5.1" serde = { version = "1.0.125", features = ["derive"] } strum = { version = "0.20.0", features = ["derive"] } stix_derive = { version = "=0.3.0", path = "../stix_derive" } thiserror = "1.0.24" url = { version = "2.2.1", features = ["serde"] } uuid = "0.8.2"