tag_index 0.2.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 = 3

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

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

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

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

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

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

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

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

[[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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b15d34d383eda36be928a6ae5dba55a0ee2bd38c6518a92b9da0780fd47b5ac"
dependencies = [
 "buffertk",
 "prototk_derive",
 "zerror",
]

[[package]]
name = "prototk_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77fced548ad39e74033bd4fd11cf0b3164b4118e638eda5300d8fafe270e09df"
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 = "scrunch"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693b35edf384129cbe876ce6fb9c1a5e2762c71dcd9b7a6bf0db533224779a56"
dependencies = [
 "buffertk",
 "prototk",
 "prototk_derive",
]

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

[[package]]
name = "statslicer"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7e3fe5204b81ee53e6c550024128196450844fb8a07538aab87c1b977be67e7"
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.2.0"
dependencies = [
 "arrrg",
 "buffertk",
 "guacamole",
 "libc",
 "listfree",
 "scrunch",
 "statslicer",
]

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

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

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