[dependencies.facet-core]
default-features = false
version = "=0.27.13"
[dependencies.facet-macros]
version = "=0.27.13"
[dependencies.facet-reflect]
optional = true
version = "=0.27.13"
[dependencies.static_assertions]
version = "1.1.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"
[dev-dependencies.ordered-float]
default-features = false
version = "5.0.0"
[dev-dependencies.owo-colors]
version = "4.2.1"
[features]
alloc = ["facet-core/alloc"]
bytes = ["facet-core/bytes"]
camino = ["facet-core/camino"]
chrono = ["facet-core/chrono"]
default = ["std"]
fn-ptr = ["facet-core/fn-ptr"]
function = ["facet-macros/function"]
jiff02 = ["facet-core/jiff02"]
ordered-float = ["facet-core/ordered-float"]
reflect = ["dep:facet-reflect"]
std = ["facet-core/std", "alloc"]
testfeat = []
time = ["facet-core/time"]
tuples-12 = ["facet-core/tuples-12"]
ulid = ["facet-core/ulid"]
url = ["facet-core/url"]
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.87.0"
version = "0.27.13"
[package.metadata.docs.rs]
features = ["std", "reflect", "camino", "ordered-float"]
[[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 = "functions"
path = "tests/functions.rs"
[[test]]
name = "generics"
path = "tests/generics.rs"
[[test]]
name = "ordered_float"
path = "tests/ordered_float.rs"
[[test]]
name = "spez_base"
path = "tests/spez_base.rs"
[[test]]
name = "value_vtable_facts"
path = "tests/value_vtable_facts.rs"