facet-value-format 0.44.1

Serialize facet types into facet-value using the facet-format event model
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-format"
version = "0.44.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialize facet types into facet-value using the facet-format event model"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "facet",
    "value",
    "serialization",
    "dynamic",
]
categories = [
    "encoding",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet-format"

[features]
default = ["std"]
std = []

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

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

[dependencies.facet-format]
version = "=0.44.1"

[dependencies.facet-reflect]
version = "=0.44.1"
features = ["alloc"]
default-features = false

[dependencies.facet-value]
version = "=0.44.1"
features = ["std"]
default-features = false

[dev-dependencies.facet]
version = "=0.44.1"
features = [
    "std",
    "std",
    "all-impls",
    "doc",
]
default-features = false