facet-trait 0.2.2

Core traits for the facet ecosystem
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"

[[package]]
name = "facet-opaque"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "987d1c668baeaff424b0cfa95520a84bd35088a83d46dc50c2e1b76ddab67656"

[[package]]
name = "facet-spez"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebe73e28bde2aa30732db6b984bf7a218eff886f8979d1ee704e0a219d2eed93"
dependencies = [
 "facet-opaque",
 "facet-types",
 "impls",
]

[[package]]
name = "facet-trait"
version = "0.2.2"
dependencies = [
 "facet-opaque",
 "facet-spez",
 "facet-types",
]

[[package]]
name = "facet-types"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3926b9aee45ae0b2ece6d8292bb14a438397a261bd1ec3dac8e7a3e3155d856"
dependencies = [
 "bitflags",
 "facet-opaque",
 "typeid",
]

[[package]]
name = "impls"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a46645bbd70538861a90d0f26c31537cdf1e44aae99a794fb75a664b70951bc"

[[package]]
name = "typeid"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"