# 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 = "nimble-sample-game" version = "0.0.17-dev" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nimble Sample Game Types" readme = "README.md" keywords = [ "game", "network", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/nimble-rust/nimble" [lib] name = "nimble_sample_game" path = "src/lib.rs" [dependencies.app-version] version = "0.0.2" [dependencies.flood-rs] version = "0.0.12" [dependencies.log] version = "0.4.22" [dependencies.nimble-assent] version = "0.0.17-dev" [dependencies.nimble-rectify] version = "0.0.17-dev" [dependencies.nimble-sample-step] version = "0.0.17-dev" [dependencies.nimble-seer] version = "0.0.17-dev" [dependencies.nimble-step] version = "0.0.17-dev" [dependencies.nimble-step-map] version = "0.0.17-dev"