facet 0.1.12

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.12"
dependencies = [
 "facet-core",
 "facet-derive",
]

[[package]]
name = "facet-core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade86d93b53c4e78e8bdef53fe51b72ccf3f147b77abc64477ea8e13e2f23407"
dependencies = [
 "bitflags",
 "impls",
]

[[package]]
name = "facet-derive"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6424845867bdae33fdc21df4ce380a5a5d0accc851023d9fb1d8bd2bd24b121b"
dependencies = [
 "facet-core",
 "unsynn",
]

[[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 = "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",
]