facet-reflect 0.16.0

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

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

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

[dependencies.owo-colors]
version = "4.2.0"

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

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

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

[features]
alloc = ["owo-colors/alloc", "facet-core/alloc"]
default = ["std"]
log = ["dep:log"]
slow-tests = []
std = ["alloc"]

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

[package]
authors = ["Amos Wenger <amos@bearcove.eu>", "Lukas Wirth <lukastw97@gmail.com>", "Asger Hautop Drewsen <asger@tyilo.com>"]
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.16.0"

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