# 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 = "arelith_combat_simulator" version = "1.5.1" build = false exclude = ["fetch_arelith_weapons.py"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Combat simulator for the Neverwinter Nights game based on Arelith changes." readme = "README.md" keywords = [ "arelith", "neverwinter-nights", "simulator", ] license = "GPL-3.0" repository = "https://github.com/egebilecen/arelith-combat-simulator/" [lib] name = "arelith" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" features = ["derive"]