[dependencies.discoid]
version = "0.0.3"
[dependencies.flood-rs]
version = "0.0.10"
[dependencies.tick-id]
version = "0.0.7"
[dev-dependencies.test-log]
version = "0.2.16"
[lib]
name = "nimble_steps"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Nimble Steps Collections"
edition = "2021"
license = "MIT"
name = "nimble-steps"
readme = "README.md"
repository = "https://github.com/piot/nimble-steps-rs"
version = "0.0.7"
[[test]]
name = "pending"
path = "tests/pending.rs"
[[test]]
name = "serialize"
path = "tests/serialize.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "types"
path = "tests/types.rs"