# 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 = "cmaze" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core of tmaze game" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ur-fault/tmaze" [lib] name = "cmaze" path = "src/lib.rs" [dependencies.hashbrown] version = "0.14" optional = true [dependencies.log] version = "0.4" [dependencies.pausable_clock] version = "^1.0.1" [dependencies.rand] version = "^0.8.5" [dependencies.rayon] version = "^1.6.0" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [features] hashbrown = ["dep:hashbrown"]