facet-reflect 0.28.3

Allows peeking (reading from) and poking (writing to) types that implement Facet
Documentation
[dependencies.bitflags]
version = "2.9.1"

[dependencies.camino]
optional = true
version = "1"

[dependencies.facet-core]
default-features = false
version = "0.28.3"

[dependencies.log]
optional = true
version = "0.4.27"

[dependencies.ulid]
optional = true
version = "1.2.1"

[dependencies.uuid]
optional = true
version = "1.17.0"

[dev-dependencies.eyre]
version = "0.6.12"

[dev-dependencies.insta]
version = "1.43.1"

[dev-dependencies.log]
version = "0.4.27"

[dev-dependencies.tempfile]
version = "3.20.0"

[features]
alloc = ["facet-core/alloc"]
camino = ["alloc", "dep:camino", "facet-core/camino"]
default = ["std"]
fn-ptr = ["facet-core/fn-ptr"]
jiff02 = ["facet-core/jiff02"]
log = ["dep:log"]
slow-tests = []
std = ["alloc"]
time = ["facet-core/time"]
ulid = ["alloc", "dep:ulid", "facet-core/ulid"]
uuid = ["alloc", "dep:uuid", "facet-core/uuid"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Allows peeking (reading from) and poking (writing to) types that implement Facet"
edition = "2024"
keywords = ["reflection", "introspection", "facet", "peek", "poke"]
license = "MIT OR Apache-2.0"
name = "facet-reflect"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.87.0"
version = "0.28.3"

[[test]]
name = "compile_tests"
path = "tests/compile_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"