facet 0.18.4

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 = "camino"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"

[[package]]
name = "cargo-husky"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"

[[package]]
name = "eyre"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
dependencies = [
 "indenter",
 "once_cell",
]

[[package]]
name = "facet"
version = "0.18.4"
dependencies = [
 "cargo-husky",
 "eyre",
 "facet-core",
 "facet-derive",
 "facet-reflect",
 "static_assertions",
]

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

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

[[package]]
name = "facet-derive-emit"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96a11a7f46125e1735a1d0163687f76e5edb3f087c590b6b2dee93a52e0c2a94"
dependencies = [
 "facet-derive-parse",
 "quote",
]

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

[[package]]
name = "facet-reflect"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f3193dce90811dfd2b32f35bfb4b13ea0c845bb8baeaad10e15355ec5b375b"
dependencies = [
 "bitflags",
 "facet-core",
 "owo-colors",
]

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

[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"

[[package]]
name = "mutants"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"

[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"

[[package]]
name = "owo-colors"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"

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

[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
 "proc-macro2",
]

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

[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"

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

[[package]]
name = "uuid"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"