Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "alloc" 7version = "0.0.0" 8dependencies = [ 9 "compiler_builtins", 10 "core", 11] 12 13[[package]] 14name = "compiler_builtins" 15version = "0.1.87" 16source = "registry+https://github.com/rust-lang/crates.io-index" 17checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50" 18dependencies = [ 19 "rustc-std-workspace-core", 20] 21 22[[package]] 23name = "core" 24version = "0.0.0" 25 26[[package]] 27name = "nixpkgs-sysroot-stub-crate" 28version = "0.0.0" 29dependencies = [ 30 "alloc", 31 "compiler_builtins", 32 "core", 33] 34 35[[package]] 36name = "rustc-std-workspace-core" 37version = "1.99.0" 38dependencies = [ 39 "core", 40] 41 42[[patch.unused]] 43name = "rustc-std-workspace-alloc" 44version = "1.99.0"