]> git.proxmox.com Git - rustc.git/blame - src/vendor/cmake/Cargo.toml
New upstream version 1.30.0~beta.7+dfsg1
[rustc.git] / src / vendor / cmake / Cargo.toml
CommitLineData
ea8adc8c
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
6# to registry (e.g. crates.io) dependencies
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)
476ff2be 12
ea8adc8c 13[package]
476ff2be 14name = "cmake"
b7449926 15version = "0.1.33"
476ff2be 16authors = ["Alex Crichton <alex@alexcrichton.com>"]
ea8adc8c
XL
17description = "A build dependency for running `cmake` to build a native library\n"
18homepage = "https://github.com/alexcrichton/cmake-rs"
8faf50e0 19documentation = "https://docs.rs/cmake"
476ff2be
SL
20readme = "README.md"
21keywords = ["build-dependencies"]
ea8adc8c 22license = "MIT/Apache-2.0"
476ff2be 23repository = "https://github.com/alexcrichton/cmake-rs"
ea8adc8c
XL
24[dependencies.cc]
25version = "1.0"