1- cargo-features = [" public-dependency" ]
2-
31[package ]
42name = " std"
53version = " 0.0.0"
@@ -12,12 +10,12 @@ edition = "2021"
1210crate-type = [" dylib" , " rlib" ]
1311
1412[dependencies ]
15- alloc = { path = " ../alloc" , public = true }
13+ alloc = { path = " ../alloc" }
1614cfg-if = { version = " 1.0" , features = [' rustc-dep-of-std' ] }
1715panic_unwind = { path = " ../panic_unwind" , optional = true }
1816panic_abort = { path = " ../panic_abort" }
19- core = { path = " ../core" , public = true }
20- libc = { version = " 0.2.146" , default-features = false , features = [' rustc-dep-of-std' ], public = true }
17+ core = { path = " ../core" }
18+ libc = { version = " 0.2.146" , default-features = false , features = [' rustc-dep-of-std' ] }
2119compiler_builtins = { version = " 0.1.95" }
2220profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2321unwind = { path = " ../unwind" }
@@ -28,7 +26,7 @@ std_detect = { path = "../stdarch/crates/std_detect", default-features = false,
2826
2927addr2line = { version = " 0.21.0" , optional = true , default-features = false }
3028rustc-demangle = { version = " 0.1.21" , features = [' rustc-dep-of-std' ] }
31- miniz_oxide = { version = " 0.7.0" , optional = true , default-features = false , public = false }
29+ miniz_oxide = { version = " 0.7.0" , optional = true , default-features = false }
3230[dependencies .object ]
3331version = " 0.32.0"
3432optional = true
@@ -43,7 +41,7 @@ rand_xorshift = "0.3.0"
4341dlmalloc = { version = " 0.2.3" , features = [' rustc-dep-of-std' ] }
4442
4543[target .x86_64-fortanix-unknown-sgx .dependencies ]
46- fortanix-sgx-abi = { version = " 0.5.0" , features = [' rustc-dep-of-std' ], public = true }
44+ fortanix-sgx-abi = { version = " 0.5.0" , features = [' rustc-dep-of-std' ] }
4745
4846[target .'cfg(target_os = "hermit")' .dependencies ]
4947hermit-abi = { version = " 0.3.0" , features = [' rustc-dep-of-std' ] }
0 commit comments