facet 0.1.20

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

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

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

[[package]]
name = "facet-reflect"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6746e1d6c5f4288e42e428c30055fdaf227f308dc90db5be81b8651b61e33b1"
dependencies = [
 "facet-core",
]

[[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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65da48d447333cebe1aadbdd3662f3ba56e76e67f53bc46f3dd5f67c74629d6b"

[[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.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14013db4ac11f92d4df4b56edb431eab9c1d9f7aee4791f3205b6a1119b83f54"
dependencies = [
 "mutants",
 "proc-macro2",
 "shadow_counted",
]