Cargo Features
Resolvo has no features set by default.
[dependencies]
resolvo = { version = "0.9.1", features = ["diagnostics", "serde", "tokio", "async-std", "version-ranges"] }
- diagnostics = human_bytes, tabwriter
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 implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- tokio implicit feature
-
Enables tokio
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications
- async-std implicit feature
-
Enables async-std
async-std:
Deprecated in favor of
smol
- Async version of the Rust standard libraryAffects
runtime::AsyncStdRuntime
… - version-ranges implicit feature
-
Enables version-ranges
version-ranges:
Performance-optimized type for generic version ranges and operations on them
- tabwriter diagnostics?
-
Enables tabwriter
Dependencies for the diagnostics feature
- human_bytes diagnostics?