no-std-compat 0.1.0

A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*.
Documentation
# 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.1.0"
authors = ["jD91mZM2 <me@krake.one>"]
exclude = ["example/**/*"]
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"
[dev-dependencies.libc]
version = "0.2.51"

[features]
alloc = []
compat_hash = []
compat_macros = []
std = []