# 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 = "attck" version = "0.3.0" authors = ["Ted Driggs "] description = "Structure representation of MITRE ATT&CK matrices\n" documentation = "https://docs.rs/attck/0.3.0" readme = "README.md" license = "MIT" repository = "https://github.com/TedDriggs/cti" [dependencies.anyhow] version = "1.0.40" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.once_self_cell] version = "0.6.2" [dependencies.petgraph] version = "0.5.1" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.stix] 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" [features] default = ["enterprise", "ics", "mobile"] enterprise = [] ics = [] mobile = []