# 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 = "ddnet-map-gen" version = "0.2.4" authors = ["Edgar "] description = "A DDraceNetwork map generator." readme = "README.md" keywords = [ "ddnet", "teeworlds", "mapgen", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/edg-l/ddnet-map-gen" [dependencies.clap] version = "4.1.8" features = [ "cargo", "derive", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.eyre] version = "0.6.8" [dependencies.fixed] version = "1.23.0" [dependencies.irrgarten] version = "0.1.1" [dependencies.itertools] version = "0.11" [dependencies.ndarray] version = "0.15.6" [dependencies.owo-colors] version = "3.5.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.3" [dependencies.rand_seeder] version = "0.2.3" [dependencies.twmap] version = "0.10.0" [dependencies.vek] version = "0.15.10"