[dependencies]
custom_derive = "0.1.2"
[dev-dependencies]
quickcheck = "0.2.21, < 0.2.25"
[package]
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'."
documentation = "https://danielkeep.github.io/rust-conv/doc/conv/index.html"
exclude = ["scripts/*", "update-docs.py"]
keywords = ["from", "into", "conversion", "approximation"]
license = "MIT"
name = "conv"
readme = "README.md"
repository = "https://github.com/DanielKeep/rust-conv"
version = "0.3.3"