# 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-step-map" version = "0.0.17-dev" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nimble Step Map" readme = "README.md" keywords = [ "game", "network", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/nimble-rust/nimble" [lib] name = "nimble_step_map" path = "src/lib.rs" [dependencies.nimble-participant] version = "0.0.17-dev" [dependencies.seq-map] version = "0.0.2"