# 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" rust-version = "1.63" name = "astack" version = "0.3.5" authors = ["Francesco Basso fra2000.basso@gmail.com"] description = "astack offers a Stack data structure with fixed capacity capable of fast LIFO operations." readme = "README.md" keywords = [ "stack", "LIFO", "no_std", ] categories = [ "no-std", "no-std::no-alloc", "data-structures", ] license = "MIT OR Apache-2.0" [lib] name = "astack" crate-type = ["lib"] test = true doctest = true doc = true edition = "2021" [dependencies] [features] std = []