[dependencies.abi_stable]
default-features = false
optional = true
version = "0.11.0"
[dependencies.float-cmp]
version = "0.10"
[dependencies.halfbrown]
optional = true
version = "0.4"
[dependencies.hashbrown]
optional = true
version = "0.16"
[dependencies.indexmap]
optional = true
version = "2.0"
[dependencies.itoa]
version = "1"
[dependencies.ordered-float]
optional = true
version = "5"
[dependencies.ryu]
version = "1"
[features]
128bit = []
c-abi = ["abi_stable"]
custom-types = []
default = ["custom-types", "halfbrown", "runtime-detection"]
indexmap = ["dep:indexmap"]
ordered-float = ["dep:ordered-float"]
portable = []
runtime-detection = []
[lib]
name = "value_trait"
path = "src/lib.rs"
[package]
authors = ["Heinz N. Gies <heinz@licenser.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Traits to deal with JSONesque values"
documentation = "https://docs.rs/value-trait"
edition = "2024"
license = "Apache-2.0/MIT"
name = "value-trait"
readme = "README.md"
repository = "https://github.com/simd-lite/value-trait"
rust-version = "1.85"
version = "0.12.1"