value-trait 0.12.2

Traits to deal with JSONesque values
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "value-trait"
version = "0.12.2"
authors = ["Heinz N. Gies <heinz@licenser.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits to deal with JSONesque values"
documentation = "https://docs.rs/value-trait"
readme = "README.md"
license = "Apache-2.0/MIT"
repository = "https://github.com/simd-lite/value-trait"

[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"

[dependencies.abi_stable]
version = "0.11.0"
optional = true
default-features = false

[dependencies.float-cmp]
version = "0.10"

[dependencies.halfbrown]
version = "0.4"
optional = true

[dependencies.hashbrown]
version = "0.16"
optional = true

[dependencies.indexmap]
version = "2.0"
optional = true

[dependencies.itoa]
version = "1"

[dependencies.ordered-float]
version = "5"
optional = true

[dependencies.ryu]
version = "1"