[dependencies.facet-core]
default-features = false
version = "0.18.0"
[dependencies.facet-derive]
version = "0.18.2"
[dependencies.facet-reflect]
optional = true
version = "0.18.0"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5.0"
[dev-dependencies.eyre]
default-features = false
version = "0.6.12"
[features]
alloc = ["facet-core/alloc"]
camino = ["facet-core/camino"]
default = ["std"]
reflect = ["dep:facet-reflect"]
std = ["facet-core/std", "alloc"]
testfeat = []
uuid = ["facet-core/uuid"]
[lib]
name = "facet"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Re-exports the Facet trait and derive macros, along with Shape and all related types"
edition = "2024"
keywords = ["facet", "introspection", "reflection"]
license = "MIT OR Apache-2.0"
name = "facet"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.86.0"
version = "0.18.2"
[package.metadata.docs.rs]
features = ["std", "reflect", "camino"]
[[test]]
name = "cycle"
path = "tests/cycle.rs"
[[test]]
name = "derive"
path = "tests/derive.rs"
[[test]]
name = "empty"
path = "tests/empty.rs"
[[test]]
name = "enums"
path = "tests/enums.rs"
[[test]]
name = "expanded"
path = "tests/expanded.rs"
[[test]]
name = "generics"
path = "tests/generics.rs"
[[test]]
name = "spez_base"
path = "tests/spez_base.rs"