[package] name = "psm" version = "0.1.24" 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.24" readme = "README.mkd" [dependencies] [build-dependencies] cc = "1.1.22"