Cargo Features
mimicry has no features set by default.
[dependencies]
mimicry = { version = "0.1.0", features = ["shared"] }
-
Enables mocks that can be shared across multiple threads, unlike the default thread-local implementation.
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.
- ouroboros shared?
-
Enables ouroboros ^0.15.0
- parking_lot shared?