2020-10-17 10:34:51 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2023-02-09 01:13:21 +01:00
|
|
|
version = 3
|
|
|
|
|
2020-10-08 23:32:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
2020-10-17 10:34:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
]
|
2020-10-08 23:32:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
2023-02-09 01:13:21 +01:00
|
|
|
version = "0.1.87"
|
2020-10-08 23:32:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 01:13:21 +01:00
|
|
|
checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50"
|
2020-10-17 10:34:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
2020-10-08 23:32:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2021-11-08 03:05:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nixpkgs-sysroot-stub-crate"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
]
|
|
|
|
|
2020-10-08 23:32:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-core"
|
|
|
|
version = "1.99.0"
|
2020-10-17 10:34:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"core",
|
|
|
|
]
|
2021-11-08 03:05:25 +01:00
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
|
|
|
version = "1.99.0"
|