[dependencies.const_panic]
features = ["rust_1_88"]
version = "0.2.13"
[dependencies.konst_proc_macros]
optional = true
version = "=0.4.1"
[dependencies.trybuild]
optional = true
version = "1.0"
[dependencies.typewit]
default-features = false
features = ["rust_1_83"]
version = "1.12"
[dev-dependencies.const_panic]
features = ["rust_1_88", "derive"]
version = "0.2.13"
[dev-dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.8.4"
[features]
__ui = ["trybuild", "rust_latest_stable"]
alloc = []
cmp = []
const_panic_derive = ["const_panic/derive"]
debug = []
default = ["cmp", "iter", "parsing_proc"]
docsrs = []
iter = []
konst_proc_macros = ["dep:konst_proc_macros"]
parsing = []
parsing_proc = ["parsing", "konst_proc_macros"]
rust_latest_stable = []
[lib]
name = "konst"
path = "src/lib.rs"
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "parsing", "rust-patterns"]
description = "Const equivalents of std features: comparison, destructuring, iteration, and parsing"
documentation = "https://docs.rs/konst/"
edition = "2024"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "LICENSE-ZLIB.md"]
keywords = ["no-std", "const_fn", "destructuring", "iterators", "parsing"]
license = "Zlib"
name = "konst"
readme = "README.md"
repository = "https://github.com/rodrimati1992/konst/"
resolver = "2"
rust-version = "1.89.0"
version = "0.4.3"
[package.metadata.docs.rs]
features = ["docsrs", "alloc", "const_panic_derive", "cmp", "parsing_proc", "rust_latest_stable"]