facet-reflect 0.8.0

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

[dependencies.facet-ansi]
version = "0.8.0"

[dependencies.facet-core]
version = "0.8.0"

[dependencies.log]
version = "0.4.27"

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

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

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

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "facet_reflect"
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", "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.86.0"
version = "0.8.0"

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