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 = "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 = "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 = "indicio"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58beaacc660686d197a963910ddd0086a54e38cd290a589dd1134de8461d042"
dependencies = [
"biometrics",
"buffertk",
"prototk",
"prototk_derive",
"tatl",
]
[[package]]
name = "libc"
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]]
name = "minimal_signals"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6630fac71fd3b00b889c2459036423b1ae4ecc53a21aaca939481a85aa5166a8"
dependencies = [
"libc",
]
[[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 = "rc_conf"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1317ea6d66d2b88aeb4c8b4019314c663269be39316b0d8b997029cbf64ae83"
dependencies = [
"arrrg",
"arrrg_derive",
"biometrics",
"getopts",
"shvar",
"utf8path",
]
[[package]]
name = "rustrc"
version = "0.15.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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d5418f3474aeaacebcd76b944c6aa903d23dc6040d7c1c4ae37d4f7ab1aea5"
[[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 = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
[[package]]
name = "unix_sock"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03c785aeac86bb3abe3efc380bd94e68dab35964d6aae6f50b24fda94a1a08d3"
dependencies = [
"libc",
"utf8path",
]
[[package]]
name = "utf8path"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2b00318057c4570f7b8de9a962f76b0639bfb0b229fe5b69ad950ef4c53db3"
[[package]]
name = "zerror"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7373a8a43db23e31cf65d627386f502180a5dc34497bfbe601550f62f048fe61"