mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.2 KiB
94 lines
2.2 KiB
4 years ago
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
[[package]]
|
||
|
name = "arrange_it"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"jemalloc-ctl",
|
||
|
"jemallocator",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "arrange_it_test"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"arrange_it",
|
||
|
"jemalloc-ctl",
|
||
|
"jemallocator",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.0.65"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fs_extra"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
||
|
|
||
|
[[package]]
|
||
|
name = "jemalloc-ctl"
|
||
|
version = "0.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
|
||
|
dependencies = [
|
||
|
"jemalloc-sys",
|
||
|
"libc",
|
||
|
"paste",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "jemalloc-sys"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"fs_extra",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "jemallocator"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
|
||
|
dependencies = [
|
||
|
"jemalloc-sys",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.80"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
||
|
|
||
|
[[package]]
|
||
|
name = "paste"
|
||
|
version = "0.1.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
|
||
|
dependencies = [
|
||
|
"paste-impl",
|
||
|
"proc-macro-hack",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "paste-impl"
|
||
|
version = "0.1.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
|
||
|
dependencies = [
|
||
|
"proc-macro-hack",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-hack"
|
||
|
version = "0.5.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|