]> git.proxmox.com Git - rustc.git/blame - vendor/psm/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / vendor / psm / Cargo.toml
CommitLineData
2c00a5a8
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
94222f64 6# to registry (e.g., crates.io) dependencies.
2c00a5a8 7#
94222f64
XL
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
2c00a5a8
XL
11
12[package]
f9f354fc 13name = "psm"
94222f64
XL
14version = "0.1.16"
15authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
f9f354fc
XL
16build = "build.rs"
17description = "Portable Stack Manipulation: stack manipulation and introspection routines"
94222f64 18documentation = "https://docs.rs/psm/0.1.14"
f9f354fc
XL
19readme = "README.mkd"
20keywords = ["stack", "no_std"]
2c00a5a8 21license = "MIT/Apache-2.0"
f9f354fc
XL
22repository = "https://github.com/rust-lang/stacker/"
23
24[dependencies]
25[build-dependencies.cc]
94222f64 26version = "1.0.2"