]> git.proxmox.com Git - rustc.git/blame - src/vendor/conv/Cargo.toml
New upstream version 1.22.1+dfsg1
[rustc.git] / src / vendor / conv / Cargo.toml
CommitLineData
ea8adc8c
XL
1[package]\r
2name = "conv"\r
3version = "0.3.3"\r
4authors = ["Daniel Keep <daniel.keep@gmail.com>"]\r
5\r
6description = "This crate provides a number of conversion traits with more specific semantics than those provided by 'as' or 'From'/'Into'."\r
7repository = "https://github.com/DanielKeep/rust-conv"\r
8documentation = "https://danielkeep.github.io/rust-conv/doc/conv/index.html"\r
9readme = "README.md"\r
10license = "MIT"\r
11keywords = ["from", "into", "conversion", "approximation"]\r
12\r
13exclude = [\r
14 "scripts/*",\r
15 "update-docs.py",\r
16]\r
17\r
18[dependencies]\r
19custom_derive = "0.1.2"\r
20\r
21[dev-dependencies]\r
22quickcheck = "0.2.21, < 0.2.25"\r