[dependencies.const_panic]
default-features = false
features = ["rust_1_64"]
version = "0.2.6"
[dependencies.konst_kernel]
features = ["rust_1_64", "__for_konst"]
version = "=0.3.12"
[dependencies.konst_proc_macros]
optional = true
version = "=0.3.10"
[dependencies.trybuild]
optional = true
version = "1.0"
[dependencies.typewit]
features = ["rust_1_61"]
version = "1.1"
[dev-dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.8.4"
[features]
__cp_derive = ["const_panic/derive", "const_panic/non_basic"]
__ui = ["trybuild", "rust_latest_stable"]
alloc = ["konst_kernel/alloc"]
cmp = []
debug = ["konst_kernel/debug"]
default = ["cmp", "iter", "parsing_proc"]
docsrs = ["konst_kernel/docsrs"]
iter = ["konst_kernel/iter"]
mut_refs = ["rust_latest_stable", "konst_kernel/mut_refs"]
nightly_mut_refs = ["mut_refs", "konst_kernel/nightly_mut_refs"]
parsing = []
parsing_proc = ["parsing", "konst_proc_macros"]
rust_1_83 = ["mut_refs"]
rust_latest_stable = []
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std", "parsing"]
description = "Const equivalents of std functions, compile-time comparison, and parsing"
documentation = "https://docs.rs/konst/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "LICENSE-ZLIB.md"]
keywords = ["no-std", "const_fn", "parsing"]
license = "Zlib"
name = "konst"
readme = "README.md"
repository = "https://github.com/rodrimati1992/konst/"
resolver = "1"
rust-version = "1.65.0"
version = "0.3.14"
[package.metadata.docs.rs]
features = ["docsrs", "alloc", "cmp", "parsing_proc", "rust_1_83", "rust_latest_stable", "nightly_mut_refs"]