Cargo Features
[dependencies]
const_panic = { version = "0.2.10", default-features = false, features = ["rust_1_64", "non_basic", "derive", "docsrs", "test"] }
- default = non_basic
-
The
non_basic
feature is set by default wheneverconst_panic
is added without
somewhere in the dependency tree.default-features = false - rust_1_64
- non_basic default derive? = typewit
-
Affects
concat_panic_::make_panic_string_unwrapped
,concat_panic_::compute_length
,const_panic::doctests
… - 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.