# 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-rectify" version = "0.0.17-dev" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integration between assent and seer" readme = "README.md" keywords = [ "game", "network", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/nimble-rust/nimble" [lib] name = "nimble_rectify" path = "src/lib.rs" [[test]] name = "rectify" path = "tests/rectify.rs" [dependencies.err-rs] version = "0.0.4" [dependencies.flood-rs] version = "0.0.12" [dependencies.log] version = "0.4.22" [dependencies.nimble-assent] version = "0.0.17-dev" [dependencies.nimble-participant] version = "0.0.17-dev" [dependencies.nimble-seer] version = "0.0.17-dev" [dependencies.tick-id] version = "0.0.9" [dependencies.tick-queue] version = "0.0.2" [dev-dependencies.nimble-step] version = "0.0.17-dev" [dev-dependencies.nimble-step-map] version = "0.0.17-dev" [dev-dependencies.test-log] version = "0.2.16"