rustc-std-workspace-core-1.0.1/.cargo_vcs_info.json0000644000000002160000000000100157040ustar { "git": { "sha1": "82c24eccadc216cac4365ce83ac6a36ef72ff1a3" }, "path_in_vcs": "src/rustc-std-workspace/rustc-std-workspace-core" }rustc-std-workspace-core-1.0.1/Cargo.toml0000644000000017330000000000100137070ustar # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rustc-std-workspace-core" version = "1.0.1" authors = ["Alex Crichton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ crate for integration of crates.io crates into rust-lang/rust standard library workspace """ readme = false license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/rust/tree/master/src/rustc-std-workspace" [lib] name = "rustc_std_workspace_core" path = "src/lib.rs" rustc-std-workspace-core-1.0.1/Cargo.toml.orig000064400000000000000000000005431046102023000173660ustar 00000000000000[package] name = "rustc-std-workspace-core" version = "1.0.1" authors = ["Alex Crichton "] edition = "2021" license = "MIT/Apache-2.0" description = """ crate for integration of crates.io crates into rust-lang/rust standard library workspace """ repository = "https://github.com/rust-lang/rust/tree/master/src/rustc-std-workspace" rustc-std-workspace-core-1.0.1/src/lib.rs000064400000000000000000000000771046102023000164040ustar 00000000000000#![no_std] extern crate core as the_core; pub use the_core::*;