[dependencies.facet-core]
version = "0.3.2"
[dependencies.facet-derive]
version = "0.1.13"
[features]
default = ["std"]
std = ["facet-core/std"]
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.13"
[[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"