version = 3
[[package]]
name = "base-traits"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69068402cce0b92d771a83fb17d617a975ce1b8122968fdd025e1ed6c7bd0d5e"
dependencies = [
"bt-rs",
]
[[package]]
name = "bt-rs"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c801a3e540d22c99661706133db245edae489c872cfdb2f5925b2077170285"
[[package]]
name = "fastparse"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a61fd43821c8464ac7aebae8ef52dc009958ce8d93405d32576b3f779bec1ddd"
[[package]]
name = "libpath"
version = "0.0.3"
dependencies = [
"fastparse",
"test_help-rs",
]
[[package]]
name = "test_help-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2279bf04d9491e2b3bcd59cbc12eb9d7ac914c81290c8e54cdc92225dbb52cbb"
dependencies = [
"base-traits",
"bt-rs",
]