[dependencies.facet-core]
default-features = false
version = "0.5.2"
[dependencies.facet-derive]
optional = true
version = "0.1.19"
[dependencies.facet-reflect]
optional = true
version = "0.6.1"
[features]
alloc = ["facet-core/alloc"]
default = ["std", "derive"]
derive = ["dep:facet-derive"]
reflect = ["dep:facet-reflect"]
std = ["facet-core/std", "alloc"]
testfeat = []
[lib]
name = "facet"
path = "src/lib.rs"
[package]
authors = ["Amos Wenger <amos@bearcove.eu>"]
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.1.20"
[[test]]
name = "derive"
path = "tests/derive.rs"
[[test]]
name = "empty"
path = "tests/empty.rs"
[[test]]
name = "expanded"
path = "tests/expanded.rs"
[[test]]
name = "spez_base"
path = "tests/spez_base.rs"
[[test]]
name = "value"
path = "tests/value.rs"