[dependencies.libm]
optional = true
version = "0.2.1"
[features]
always_assert = ["assert_float", "assert_int", "assert_digits"]
assert_digits = []
assert_float = []
assert_int = []
default = ["std"]
libm = ["dep:libm"]
std = []
[lib]
name = "easy_cast"
path = "src/lib.rs"
[package]
authors = ["Diggory Hardy <git@dhardy.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Type conversions which are expected to succeed"
documentation = "https://docs.rs/easy-cast/"
edition = "2021"
keywords = ["cast", "into", "from", "conversion"]
license = "Apache-2.0"
name = "easy-cast"
readme = "README.md"
repository = "https://github.com/kas-gui/easy-cast"
rust-version = "1.60.0"
version = "0.5.3"
[package.metadata.docs.rs]
features = []
[[test]]
name = "tests"
path = "tests/tests.rs"