version = 4
[[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-participant"
version = "0.0.16-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496142c212fac1f1c1c63449a8bffa64107fcc57a38cc89d9ffe10b0f57ced76"
dependencies = [
"flood-rs",
]
[[package]]
name = "nimble-sample-step"
version = "0.0.16-dev"
dependencies = [
"flood-rs",
"log",
"nimble-step-map",
]
[[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"