[package] name = "stacking" version = "0.2.5" edition = "2018" authors = ["Moritz Sokoll "] license-file = "COPYING" homepage = "https://gitlab.sokoll.com/moritz/stacking.rs" repository = "https://gitlab.sokoll.com/moritz/stacking.rs" documentation = "https://docs.rs/stacking" readme = "README.md" description = "a simple library for using a stack datastructure in rust" [lib] name = "stacking" path = "src/lib.rs" crate-type = ["lib"] required-features = [] doc = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # vim: ft=cfg