# 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" name = "me2finale" version = "0.2.0" authors = ["Andrew D. Lehmer"] exclude = [ "/outcome_map.rmp", "/.gitignore", "/.vscode", ] description = "Mass Effect 2 final mission analysis" readme = "README.md" keywords = [ "mass-effect-2", "mass_effect_2", ] categories = [ "games", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/80Ltrumpet/me2finale" [package.metadata."docs.rs"] all-features = true [[example]] name = "generate" required-features = ["generate"] [dependencies.dashmap] version = "5.4.0" optional = true [dependencies.itertools] version = "0.10.5" optional = true [dependencies.rayon] version = "1.6.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.rmp-serde] version = "1.1.1" [features] generate = [ "dep:dashmap", "dep:itertools", "dep:rayon", ]