[package] name = "psm" version = "0.1.21" authors = ["Simonas Kazlauskas "] build = "build.rs" description = "Portable Stack Manipulation: stack manipulation and introspection routines" keywords = ["stack", "no_std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/stacker/" documentation = "https://docs.rs/psm/0.1.20" readme = "README.mkd" [dependencies] [build-dependencies] cc = "1.0.2"