[package] name = "outcome-sim" version = "0.1.0" authors = ["Adam Adamsky "] description = "Outcome simulation architecture implemented in Rust." homepage = "https://theoutcomeproject.com" repository = "https://github.com/artrist/outcome-rs" readme = "README.md" license-file = "LICENSE" [dependencies] clap = "2.31.1" serde = "1.0.33" serde_derive = "1.0.33" serde_yaml = "0.7.3" serde_json = "1.0.11" rayon = "1.0.1" regex = "0.2"