tag_index 0.9.0

tag_index provides a searchable index over key-value tags
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arrrg"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eda3694a24280f421624896fb2569652f70b913a3878a19fa71fb318b8b5b469"
dependencies = [
 "arrrg_derive",
 "getopts",
]

[[package]]
name = "arrrg_derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4585f9b46f3fcc3bf7d30760a7cc9ca854a5646b62d10ba8e53c045b1541451f"
dependencies = [
 "derive_util",
 "proc-macro2",
 "quote",
 "syn",
]

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

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

[[package]]
name = "getopts"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
dependencies = [
 "unicode-width",
]

[[package]]
name = "guacamole"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d4dcbb9d9bc09b34f20f19d5553945e5a1b5bf85e482a16f3bfb4b256706c4"
dependencies = [
 "arrrg",
 "arrrg_derive",
 "getopts",
]

[[package]]
name = "libc"
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"

[[package]]
name = "listfree"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "131be82b225ffb6ea96951edc523528762b05ae6d51f619d2a80b5c401482153"

[[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 = "scrunch"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b8622a80b2802533267d224292826ff47a0ded89a7e87f903f725071226bf87"
dependencies = [
 "buffertk",
 "prototk",
 "prototk_derive",
]

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

[[package]]
name = "statslicer"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c72ab516eba7bf9e645e2cae71e377abe920c41ec70b39549818105077bd2347"
dependencies = [
 "arrrg",
 "arrrg_derive",
 "getopts",
 "sig_fig_histogram",
]

[[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 = "tag_index"
version = "0.9.0"
dependencies = [
 "arrrg",
 "buffertk",
 "guacamole",
 "libc",
 "listfree",
 "scrunch",
 "statslicer",
]

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

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

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