facet-pretty 0.16.0

Pretty-printing for types implementing the Facet trait
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-core"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c86ff34a7b0065464ab851d5a367236e812a6ae0e67c719f624837c51cf0e40d"
dependencies = [
 "bitflags",
 "impls",
]

[[package]]
name = "facet-pretty"
version = "0.16.0"
dependencies = [
 "facet-core",
 "facet-reflect",
 "yansi",
]

[[package]]
name = "facet-reflect"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b94b621613dd47a78be0bdbfe763d4b917a5ec3ef44f70542d6b2a4e590e957b"
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 = "owo-colors"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"

[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"