[package]
name = "value-trait"
version = "0.2.12"
authors = ["Heinz N. Gies <heinz@licenser.net>"]
edition = "2021"
license = "Apache-2.0/MIT"
description = "Traits to deal with JSONesque values"
repository = "https://github.com/simd-lite/value-trait"
readme = "README.md"
documentation = "https://docs.rs/value-trait"
rust-version = "1.59"
[dependencies]
itoa = { version = "0.4", features = ["i128"] }
ryu = "1"
halfbrown = "0.1"
float-cmp = "0.9"
abi_stable = { version = "0.10.3", optional = true, default-features = false }
[features]
128bit = []
custom-types = []
c-abi = ["abi_stable"]