# 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-steps" version = "0.0.12-dev" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nimble Steps Collections" readme = "README.md" license = "MIT" repository = "https://github.com/piot/nimble-steps-rs" [lib] name = "nimble_steps" path = "src/lib.rs" [[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" [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"