# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.72.1" name = "dilemma-tactix" version = "1.2.0" description = "An iterated prisoners dilemma simulator with a terminal UI" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AliSajid/dilemma-tactix" [profile.dev] opt-level = 1 debug = 2 [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [lib] name = "dilemma_tactix_lib" crate-type = ["lib"] path = "src/dilemma_tactix_lib/lib.rs" [[bin]] name = "tactix" path = "src/tactix/main.rs" [[bin]] name = "tactix-bench" path = "src/tactix-bench/main.rs" [[bin]] name = "tactix-tui" path = "src/tactix-tui/main.rs" [dependencies.anyhow] version = "1.0.79" features = ["backtrace"] [dependencies.clap] version = "4.3.0" features = [ "string", "unicode", "derive", ] [dependencies.crossterm] version = "0.27.0" features = ["serde"] [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.ratatui] version = "0.25.0" [dependencies.tokio] version = "1.28.1" features = ["full"] [dev-dependencies.rstest] version = "0.18.2" [lints.rustdoc] broken_intra_doc_links = "deny" invalid_rust_codeblocks = "deny" missing_docs = "forbid" redundant_explicit_links = "deny"