-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (22 loc) · 766 Bytes
/
Cargo.toml
File metadata and controls
28 lines (22 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "conv"
version = "0.3.4"
authors = ["Daniel Keep <daniel.keep@gmail.com>"]
description = "This crate provides a number of conversion traits with more specific semantics than those provided by 'as' or 'From'/'Into'."
repository = "https://github.com/DanielKeep/rust-conv"
documentation = "https://danielkeep.github.io/rust-conv/doc/conv/index.html"
readme = "README.md"
license = "MIT"
keywords = ["from", "into", "conversion", "approximation"]
exclude = [
"scripts/*",
"update-docs.py",
]
[features]
default = ["std"]
std = ["custom_derive/std"]
[dependencies]
custom_derive = { version = "0.1.5", default-features = false }
[dev-dependencies]
quickcheck = "0.2.21, < 0.2.25"
winapi = "< 0.2.6" # 0.2.6 is incompatible with Rust < 1.4