# 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 = "no-std-compat2" version = "0.4.5" authors = [ "jD91mZM2 ", "Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>", ] exclude = ["example-crates/**/*"] description = "A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*. This fork fixes build upto Rust Edition 2021" readme = "README.md" categories = ["no-std"] license = "MIT" repository = "https://github.com/stevefan1999-personal/no-std-compat2" [package.metadata.docs.rs] features = [ "alloc", "unstable", "compat_hash", "compat_sync", "compat_macros", "compat_cstr", "compat_osraw", "compat_path", "compat_guard_unwrap", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cstr_core] version = "0.2.3" optional = true [dependencies.document-features] version = "0.2.7" [dependencies.hashbrown] version = "0.13.2" optional = true [dependencies.libc] version = "0.2.97" optional = true [dependencies.spin] version = "0.9.8" optional = true [dependencies.unix_path] version = "1.0.1" optional = true [dev-dependencies.libc] version = "0.2.97" [build-dependencies.rustc_version] version = "0.4.0" [features] alloc = [] compat_cstr = ["cstr_core"] compat_guard_unwrap = [] compat_hash = ["hashbrown"] compat_macros = [] compat_osraw = ["libc"] compat_path = ["unix_path"] compat_sync = ["spin"] default = [] std = [] unstable = []