[dependencies.cfg-if]
version = "1.0"
[features]
default = ["std"]
std = []
[package]
authors = ["Use Ink <ink@use.ink>"]
categories = ["no-std", "embedded"]
description = "[ink!] Common API for no_std and std to access alloc crate types."
documentation = "https://docs.rs/ink_prelude/"
edition = "2021"
homepage = "https://use.ink"
include = ["/Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]
keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
license = "Apache-2.0"
name = "ink_prelude"
readme = "README.md"
repository = "https://github.com/use-ink/ink"
version = "5.1.0"