Cargo Features

[dependencies]
const_panic = { version = "0.2.8", default-features = false, features = ["rust_1_64", "non_basic", "derive", "docsrs", "test"] }
default = non_basic

The non_basic feature is set by default whenever const_panic is added without default-features = false somewhere in the dependency tree.

rust_1_64
non_basic default derive? = typewit

Affects concat_panic_::make_panic_string_unwrapped, concat_panic_::compute_length, const_panic::doctests, const_panic::utils

derive = const_panic_proc_macros, non_basic
docsrs
test

private feature

Affects concat_panic_::format_panic_message, const_panic::test_utils, const_panic::for_tests

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

const_panic_proc_macros derive?
typewit non_basic