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 = "biometrics"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17e5a5e5f113186483ade7c864b55d4ed738023908018e8cde832c3714dcf1a"
[[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 = "indicio"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c1c028e93f0f921a46fe095d653e7b9461683db547b40c5b8d5ddd15e0ecdb"
dependencies = [
"biometrics",
"buffertk",
"prototk",
"prototk_derive",
"tatl",
]
[[package]]
name = "libc"
version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "minimal_signals"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6990785567f438bc5fffe6add70ca18031fdf4d710c48e529652feefe45941b4"
dependencies = [
"libc",
]
[[package]]
name = "one_two_eight"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda4df1eb96928f4bfa70d446673596dd673c6aaddfa25d1db1fba34ab862dd6"
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.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 = "rc_conf"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78e5f02c559044ed3ceb8328beeeafcc0fc063b497938a5a0e777b6c594925b8"
dependencies = [
"arrrg",
"arrrg_derive",
"getopts",
"shvar",
"utf8path",
]
[[package]]
name = "rustrc"
version = "0.5.0"
dependencies = [
"arrrg",
"arrrg_derive",
"biometrics",
"getopts",
"indicio",
"libc",
"minimal_signals",
"one_two_eight",
"rc_conf",
"shvar",
"unix_sock",
"utf8path",
]
[[package]]
name = "shvar"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac624fcd922c2a67ff689b2438881fc41aaa2dc49da96baaf03f558d1a86b0b"
[[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.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc0862c6669fc1392cc935899b0e8220efbe74ee20be6c5cbd57a0fc8d50b05"
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 = "unicode-width"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unix_sock"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a53aca9155a323a56de71c88bd4397fc3e0f7f43f3c028e642189fcd01924a7"
dependencies = [
"libc",
"utf8path",
]
[[package]]
name = "utf8path"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2168f246c5c7da6120fff3c953f23397eded219b5d9cff84ee88a86c99ff1e38"
[[package]]
name = "zerror"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161a24886e073c958ea79f1b6bad3f0a6b8329be8054b4acdfc59799c4eaec5"