# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stix" version = "0.3.0" authors = ["Ted Driggs "] description = "Crate for working with STIX 2.0 threat intelligence.\n" documentation = "https://docs.rs/stix/0.3.0" license = "MIT" repository = "https://github.com/TedDriggs/cti" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.indexmap] version = "1.6.2" [dependencies.once_self_cell] version = "0.6.2" [dependencies.petgraph] version = "0.5.1" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.stix_derive] version = "=0.3.0" [dependencies.strum] version = "0.20.0" features = ["derive"] [dependencies.thiserror] version = "1.0.24" [dependencies.url] version = "2.2.1" features = ["serde"] [dependencies.uuid] version = "0.8.2"