]> git.proxmox.com Git - rustc.git/blame - vendor/psm/Cargo.toml
New upstream version 1.46.0~beta.2+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
f9f354fc 6# to registry (e.g., crates.io) dependencies
2c00a5a8
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
f9f354fc 14name = "psm"
f035d41b 15version = "0.1.10"
f9f354fc
XL
16authors = ["Simonas Kazlauskas <git@kazlauskas.me>"]
17build = "build.rs"
18description = "Portable Stack Manipulation: stack manipulation and introspection routines"
f035d41b 19documentation = "https://docs.rs/psm/0.1.10"
f9f354fc
XL
20readme = "README.mkd"
21keywords = ["stack", "no_std"]
2c00a5a8 22license = "MIT/Apache-2.0"
f9f354fc
XL
23repository = "https://github.com/rust-lang/stacker/"
24
25[dependencies]
26[build-dependencies.cc]
27version = "1.0"