Cargo Features
[dependencies]
introspectable = { version = "0.5.0", default-features = false, features = ["specialized_std", "derive"] }
- default = derive, specialized_std
-
These default features are set whenever
introspectable
is added without
somewhere in the dependency tree.default-features = false - specialized_std default
-
This feature enables the use of specialized TypeInfo variants for specific standard library types such as Vec, Box, and more.
Affects
introspectable::std_impl
… - derive default = introspectable_derive
-
This feature enables the pub use of introspectable_derive
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.