[dependencies.typewit]
version = "1.5"
[dev-dependencies.arrayvec]
default-features = false
version = "0.7"
[features]
__for_konst = ["rust_1_64"]
alloc = []
debug = []
docsrs = []
iter = []
mut_refs = []
nightly_mut_refs = []
rust_1_64 = ["typewit/rust_1_61"]
[lib]
name = "konst_kernel"
path = "src/lib.rs"
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std"]
description = "Foundational const functionality shared between konst and const_panic"
documentation = "https://docs.rs/konst/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "LICENSE-ZLIB.md"]
keywords = ["no-std", "const_fn"]
license = "Zlib"
name = "konst_kernel"
readme = false
repository = "https://github.com/rodrimati1992/konst/"
resolver = "1"
rust-version = "1.57.0"
version = "0.3.12"
[package.metadata.docs.rs]
features = ["debug", "rust_1_64"]