[package]
name = "easy-cast"
version = "0.5.2"
authors = ["Diggory Hardy <git@dhardy.name>"]
edition = "2018"
license = "Apache-2.0"
description = "Type conversions which are expected to succeed"
readme = "README.md"
documentation = "https://docs.rs/easy-cast/"
keywords = ["cast", "into", "from", "conversion"]
repository = "https://github.com/kas-gui/easy-cast"
[features]
default = ["std"]
std = []
always_assert = ["assert_float", "assert_int", "assert_digits"]
assert_float = []
assert_int = []
assert_digits = []
[dependencies.libm]
version = "0.2.1"
optional = true