indicio 0.13.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 = 4

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

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

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

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

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

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

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

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

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

[[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.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab8c411df365f3361661c1d1b05af8faf9ecd5929c2e2c489dc24d7ad327e57"
dependencies = [
 "biometrics",
 "one_two_eight",
 "prototk",
]

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

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