[package] name = "psyche-simulator-cli" version = "0.2.19" authors = ["Patryk 'PsichiX' Budzynski "] edition = "2018" description = "CLI simulator for Psyche AI Toolset" license = "MIT" homepage = "https://github.com/PsichiX/psyche" repository = "https://github.com/PsichiX/psyche" documentation = "https://docs.rs/psyche-simulator-cli" [[bin]] name = "psysim" path = "src/main.rs" [dependencies] psyche = { version = "0.2", path = "..", features = ["parallel"] } clap = "2.32" rand = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.8"