Cargo Features
as_derive_utils has no features set by default.
[dependencies]
as_derive_utils = { version = "0.11.0", features = ["testing"] }
- testing = aho-corasick, bitflags, regex, ron, serde, serde_derive
-
Affects
as_derive_utils::test_framework
…
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.
- serde testing?
- bitflags testing?
-
Enables bitflags ^1.3.2
- ron testing?
-
Enables ron ^0.7.0
- regex testing?
- aho-corasick testing?
-
Enables aho-corasick ^0.7.18
- serde_derive testing?
-
Enables serde_derive
Used purely to work around minimum-version bug in ron and serde