# 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 = "2018" name = "keeshond_treats" version = "0.13.0" authors = ["Danni H "] exclude = [ "/examples_data/*", "/examples_data_src/*", "Keeshond.toml", ] description = "Easy building blocks for Keeshond so you can start making your games sooner." readme = "README.md" categories = ["game-engines"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/cosmicchipsocket/keeshond" [dependencies.bincode] version = "1.3.3" [dependencies.bit-set] version = "0.5.0" [dependencies.block-grid] version = "0.1.0" [dependencies.keeshond] version = "0.27.0" [dependencies.keeshond_derive] version = "0.26.0" [dependencies.log] version = "0.4.6" features = ["std"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.6.1" [dependencies.toodee] version = "0.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.strum] version = "0.23.0" [dev-dependencies.strum_macros] version = "0.23.1"