const_panic 0.2.1

const panic with formatting
Documentation
[dependencies.const_panic_proc_macros]
optional = true
version = "=0.2.0"
[dev-dependencies.rand]
default_features = false
features = ["small_rng"]
version = "0.8.4"

[features]
default = ["non_basic"]
derive = ["const_panic_proc_macros"]
docsrs = []
non_basic = []
test = []

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "const panic with formatting"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "./README.md", "LICENSE-ZLIB.md"]
keywords = ["no-std", "format", "const", "panic"]
license = "Zlib"
name = "const_panic"
readme = "./README.md"
repository = "https://github.com/rodrimati1992/const_panic/"
resolver = "2"
rust-version = "1.57"
version = "0.2.1"
[package.metadata.docs.rs]
features = ["derive", "docsrs"]