# 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 = "rust_multistack" version = "0.33.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Support for two-dimentional stacks for the Rust programming language" readme = "README.md" keywords = [ "stack", "value", "structure", "data-structures", "multistack", ] categories = ["data-structures"] license-file = "LICENSE" repository = "https://github.com/vulogov/rust_multistack" [lib] name = "rust_multistack" path = "src/lib.rs" [[test]] name = "dummy-test" path = "tests/dummy-test.rs" [[test]] name = "stack-test" path = "tests/stack-test.rs" [[test]] name = "ts-capacity-test" path = "tests/ts-capacity-test.rs" [[test]] name = "ts-clear-test" path = "tests/ts-clear-test.rs" [[test]] name = "ts-drop-test" path = "tests/ts-drop-test.rs" [[test]] name = "ts-functions-test" path = "tests/ts-functions-test.rs" [[test]] name = "ts-inline-test" path = "tests/ts-inline-test.rs" [[test]] name = "ts-list-test" path = "tests/ts-list-test.rs" [[test]] name = "ts-move-test" path = "tests/ts-move-test.rs" [[test]] name = "ts-peek-test" path = "tests/ts-peek-test.rs" [[test]] name = "ts-pull-test" path = "tests/ts-pull-test.rs" [[test]] name = "ts-push-test" path = "tests/ts-push-test.rs" [[test]] name = "ts-rotate-stack-test" path = "tests/ts-rotate-stack-test.rs" [[test]] name = "ts-stackop-test" path = "tests/ts-stackop-test.rs" [[test]] name = "ts-test" path = "tests/ts-test.rs" [[test]] name = "ts-to-current-test" path = "tests/ts-to-current-test.rs" [[test]] name = "ts-workbench-test" path = "tests/ts-workbench-test.rs" [dependencies.easy-error] version = "1.0.0" [dependencies.nanoid] version = "0.4.*" [dependencies.rust_dynamic] version = ">= 0.*.*"