facet-value 0.43.2

Memory-efficient dynamic value type for facet, supporting JSON-like data plus bytes
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.90"
name = "facet-value"
version = "0.43.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory-efficient dynamic value type for facet, supporting JSON-like data plus bytes"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "serialization",
    "value",
    "dynamic",
    "json",
]
categories = [
    "encoding",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
alloc = [
    "facet-core/alloc",
    "facet-reflect/alloc",
    "dep:facet-reflect",
    "dep:facet-format",
]
bolero-inline-tests = ["alloc"]
default = ["std"]
std = [
    "alloc",
    "dep:indexmap",
]

[lib]
name = "facet_value"
path = "src/lib.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[bench]]
name = "map_keys"
path = "benches/map_keys.rs"
harness = false

[dependencies.facet-core]
version = "0.43.2"
default-features = false

[dependencies.facet-format]
version = "0.43.2"
optional = true

[dependencies.facet-reflect]
version = "0.43.2"
optional = true
default-features = false

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

[dev-dependencies.bolero]
version = "^0.13.4"

[dev-dependencies.divan]
version = "^0.1.21"

[dev-dependencies.indexmap]
version = "^2.12.1"
default-features = false

[dev-dependencies.kstring]
version = "2"

[dev-dependencies.serde_json]
version = "^1.0.145"
features = ["alloc"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(facet_no_doc)"]