facet-format 0.44.1

Core Serializer/Deserializer traits for facet's next-generation format architecture with JIT compilation support
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-format"
version = "0.44.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Serializer/Deserializer traits for facet's next-generation format architecture with JIT compilation support"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "serialization",
    "deserialization",
    "jit",
    "facet",
    "reflection",
]
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]
alloc = []
ariadne = ["dep:ariadne"]
compact_str = ["facet-core/compact_str"]
cranelift = ["jit"]
default = []
jit = [
    "dep:cranelift",
    "dep:cranelift-jit",
    "dep:cranelift-module",
    "dep:cranelift-native",
    "dep:parking_lot",
    "dep:museair",
    "dep:libc",
]
net = ["facet-core/net"]
stacker = ["dep:stacker"]
tracing = ["dep:tracing"]

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

[dependencies.ariadne]
version = "0.6"
optional = true

[dependencies.cranelift]
version = "0.128"
optional = true

[dependencies.cranelift-jit]
version = "0.128"
optional = true

[dependencies.cranelift-module]
version = "0.128"
optional = true

[dependencies.cranelift-native]
version = "0.128"
optional = true

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

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

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

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

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

[dependencies.libc]
version = "0.2"
optional = true

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

[dependencies.parking_lot]
version = "0.12"
optional = true

[dependencies.stacker]
version = "0.1"
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true
default-features = false

[dev-dependencies]

[lints.clippy]
disallowed_methods = "deny"

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