[package]
name = "easy-cast"
version = "0.5.3"
authors = ["Diggory Hardy <git@dhardy.name>"]
edition = "2021"
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"
rust-version = "1.60.0"
[package.metadata.docs.rs]
features = []
[features]
default = ["std"]
std = []
libm = ["dep:libm"]
always_assert = ["assert_float", "assert_int", "assert_digits"]
assert_float = []
assert_int = []
assert_digits = []
[dependencies.libm]
version = "0.2.1"
optional = true