indicio 0.8.0

Indicio provides a framework for emitting clues that may be used for debugging.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "biometrics"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a50124c9be28b92ff57aa4f0d14744de4053b253d3d451b7bc08f989dba6a4"
dependencies = [
 "sig_fig_histogram",
]

[[package]]
name = "buffertk"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d005ae48f2f0a3ea60d8c547c3b850761e7780b1386338842e75804a5a944dc5"

[[package]]
name = "indicio"
version = "0.8.0"
dependencies = [
 "biometrics",
 "buffertk",
 "prototk",
 "prototk_derive",
 "tatl",
]

[[package]]
name = "one_two_eight"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7f79b33bb792d71210da17bbf5b0b170aaaa52fa361e3111e49be2661a9d5b"
dependencies = [
 "buffertk",
 "prototk",
]

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

[[package]]
name = "prototk"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7417ba5ca0265d61fad7850967112e5e673d67be363a18b37f84af42557ca0e"
dependencies = [
 "buffertk",
 "prototk_derive",
 "zerror",
]

[[package]]
name = "prototk_derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4de34f517e3647c4232960192aef377912c20a40dcb5bacc7428fca0e4a5cc5f"
dependencies = [
 "buffertk",
 "proc-macro2",
 "quote",
 "syn",
]

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

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

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

[[package]]
name = "tatl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d394d666b9586df8d860ef81557b4f6de172e2c4325cc0c6b2f8b93a97cfd0"
dependencies = [
 "biometrics",
 "one_two_eight",
 "prototk",
]

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

[[package]]
name = "zerror"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4335261cbb6af66e8188d32bd22fe9434fba06b2b03cbe1d4dc49820efb749e3"