# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "no-std-compat" version = "0.4.1" authors = ["jD91mZM2 "] exclude = ["example-crates/**/*"] description = "A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*." readme = "README.md" categories = ["no-std"] license = "MIT" repository = "https://gitlab.com/jD91mZM2/no-std-compat" [profile.dev] panic = "abort" [dependencies.hashbrown] version = "0.8.1" optional = true [dependencies.spin] version = "0.5.2" optional = true [dev-dependencies.libc] version = "0.2.74" [features] alloc = [] compat_hash = ["hashbrown"] compat_macros = [] compat_sync = ["spin"] std = [] unstable = []