# 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 = "compat-no-std"
version = "0.4.1-patch1"
authors = ["jD91mZM2 <me@krake.one>"]
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.cstr_core]
version = "0.2.3"
optional = true

[dependencies.hashbrown]
version = "0.8.1"
optional = true

[dependencies.libc]
version = "0.2.97"
optional = true

[dependencies.spin]
version = "0.7.0"
optional = true

[dependencies.unix_path]
version = "1.0.1"
optional = true
[dev-dependencies.libc]
version = "0.2.97"

[features]
alloc = []
compat_cstr = ["cstr_core"]
compat_guard_unwrap = []
compat_hash = ["hashbrown"]
compat_macros = []
compat_osraw = ["libc"]
compat_path = ["unix_path"]
compat_sync = ["spin"]
std = []
unstable = []