facet-toml 0.43.2

TOML serialization for facet using the new format architecture - successor to facet-toml
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-toml"
version = "0.43.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TOML serialization for facet using the new format architecture - successor to facet-toml"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "toml",
    "serialization",
    "facet",
    "parsing",
]
categories = [
    "encoding",
    "parsing",
]
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",
]

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

[features]
axum = [
    "std",
    "serialize",
    "dep:axum-core",
    "dep:http",
    "dep:http-body-util",
]
default = []
fast = [
    "dep:zmij",
    "dep:itoa",
]
iddqd = []
jit = ["facet-format/jit"]
net = [
    "facet-format/net",
    "facet-core/net",
]
serialize = ["dep:toml_writer"]
std = []
tracing = [
    "facet-reflect/tracing",
    "facet-format/tracing",
]
yoke = []

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

[[test]]
name = "format_suite"
path = "tests/format_suite.rs"
harness = false

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

[dependencies.axum-core]
version = "0.5"
optional = true
default-features = false

[dependencies.facet-core]
version = "0.43.2"

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

[dependencies.facet-reflect]
version = "0.43.2"

[dependencies.http]
version = "^1.4.0"
optional = true

[dependencies.http-body-util]
version = "0.1"
optional = true
default-features = false

[dependencies.itoa]
version = "1"
optional = true

[dependencies.toml_parser]
version = "1.0.4"
features = ["alloc"]
default-features = false

[dependencies.toml_writer]
version = "1.0.4"
optional = true
default-features = false

[dependencies.zmij]
version = "1"
optional = true

[dev-dependencies.indoc]
version = "^2.0.7"

[dev-dependencies.libtest-mimic]
version = "0.8.1"

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