# 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.81" name = "layer-proc-gen" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "easy to use chunk based procedural generation library with top-down planning" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/oli-obk/layer-proc-gen" [lib] name = "layer_proc_gen" path = "src/lib.rs" [[example]] name = "infinite_roads" path = "examples/infinite_roads.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.arrayvec] version = "0.7.6" [dependencies.derive_more] version = "1.0.0" features = [ "add", "add_assign", "mul", "mul_assign", ] default-features = false [dependencies.rand] version = "0.8.5" features = ["small_rng"] default-features = false [dev-dependencies.macroquad] version = "0.4.13" [dev-dependencies.rigid2d] version = "1" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.tracing-tree] version = "0.4.0"