nimble-sample-game 0.0.16-dev

Nimble Sample Game Types
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "app-version"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ade7697d62c1fbfd8d4ad8d527b9724335115deb8e80e210170712a769eeef"

[[package]]
name = "err-rs"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17988d90b67d858ccf6c5bdb9708ca02517625b191ca1a41626f4ae1cfba54b2"

[[package]]
name = "flood-rs"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae29d871d97590991b1b8c582f2701d9ca10957caf7069e2b5361df703c0a92f"

[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"

[[package]]
name = "nimble-assent"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aadcadd0c5c5efa9eb3a299c1c7bc88b839c89d53434651862ee1864ea13bcc7"
dependencies = [
 "log",
 "tick-id",
 "tick-queue",
]

[[package]]
name = "nimble-participant"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496142c212fac1f1c1c63449a8bffa64107fcc57a38cc89d9ffe10b0f57ced76"
dependencies = [
 "flood-rs",
]

[[package]]
name = "nimble-rectify"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2d878b21d7cec9cd3642537d79b42b5c076fd6d7a241a33c490a871c40461d"
dependencies = [
 "err-rs",
 "flood-rs",
 "log",
 "nimble-assent",
 "nimble-participant",
 "nimble-seer",
 "tick-id",
 "tick-queue",
]

[[package]]
name = "nimble-sample-game"
version = "0.0.16-dev"
dependencies = [
 "app-version",
 "flood-rs",
 "log",
 "nimble-assent",
 "nimble-rectify",
 "nimble-sample-step",
 "nimble-seer",
 "nimble-step",
 "nimble-step-map",
]

[[package]]
name = "nimble-sample-step"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8838d0b5b65dfbc6daed1ad10e9636eef31b21d99d6cdda20a78a34c8fe48bf5"
dependencies = [
 "flood-rs",
 "log",
 "nimble-step-map",
]

[[package]]
name = "nimble-seer"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1eb693944af5c0876382fe714fed054b19ecd72e30fd8f85c8e800a85b3c6a4f"
dependencies = [
 "err-rs",
 "flood-rs",
 "log",
 "tick-id",
 "tick-queue",
]

[[package]]
name = "nimble-step"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e21e498464f5c78aab0f0a101d60e7cab586b76a5930ba00b90788f01951788"
dependencies = [
 "flood-rs",
 "tick-id",
]

[[package]]
name = "nimble-step-map"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35a12c31b8163e18cb1102529bfc0d7a54e9ffca9bc624e12aff71ef7eee304a"
dependencies = [
 "nimble-participant",
 "seq-map",
]

[[package]]
name = "seq-map"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f41aafe0eac0d24b8abd69572edade664c5a2a6e4bcc7aa16061b2686a9186"

[[package]]
name = "tick-id"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bb1d4d8d3c6f19b92b5d2a7acf493a00358b2c9d6d7a75b33bb0ac9018ef6a2"

[[package]]
name = "tick-queue"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "681612858498d0a753d426a66a580bf50132df83a6a6f94191fe378b4fcda63e"
dependencies = [
 "tick-id",
]