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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1664a3e25724d6785c24f50336ae1e77cc68574f4783e4f4bede0812b224f7e5"
[[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.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c398142915eb6c0748353587b2681ba5d958cb58a381b7ce86478bdbbbc891e"
dependencies = [
"buffertk",
"prototk_derive",
"zerror",
]
[[package]]
name = "prototk_derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "158f761f9b48081b30bac6a71e6bed2e11eb0521c9f0e5243f54982de2699e19"
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.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4d8bb5a699a026e18a46c186b22b435d6128b3b7b85848a4475ce4bcfb3feee"
dependencies = [
"buffertk",
"prototk",
"prototk_derive",
]
[[package]]
name = "sig_fig_histogram"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ca5e12dae79261e4e745bb9ef1f4d4c6006ced143f5a0449f5a548c69cfee2"
[[package]]
name = "statslicer"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2075cd8e6f9e83f235be6025d77140aa13fecb3ead4aa1fed073acb861c07de"
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.3.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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a297c8dce1db7ec705ac689dbeffe41b2aa8ab628c94bcfd2a5e7c43452e25bb"