facet 0.1.2

Re-exports the Facet trait and derive macros, along with Shape and all related types
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"
version = "0.1.2"
dependencies = [
 "facet-derive",
 "facet-trait",
]

[[package]]
name = "facet-derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14cbdcc7ea3adf586be31cc09747dd27b1b7344a54b22bfae5cfeabef6dc9584"
dependencies = [
 "facet-trait",
 "unsynn",
]

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

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

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

[[package]]
name = "facet-types"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3aaf59fa50666e2a641cf7bfc90d052d18d85a8ac9b160d87d1f0f95d87b806"
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 = "mutants"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"

[[package]]
name = "proc-macro2"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "shadow_counted"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cd78bcc9026f6fc699f717588c4f757e87758d33464ede841ad42eee49a5b2"

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

[[package]]
name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"

[[package]]
name = "unsynn"
version = "0.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45b8949e2e0d516407a99e232f0040c7d433f32d522edabcb27ed27f7d10c47c"
dependencies = [
 "mutants",
 "proc-macro2",
 "shadow_counted",
]