Cargo Features
[dependencies]
maxim = { version = "0.1.0-alpha.0", default-features = false, features = ["actor-pool"] }
- default = actor-pool
-
The
actor-pool
feature is set by default whenevermaxim
is added without
somewhere in the dependency tree.default-features = false - actor-pool default = rand, rand_xoshiro
-
Affects
actors::RandomAidPool
,actors::ActorPoolBuilder
…
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.
- rand actor-pool
-
Enables rand ^0.7.3
- rand_xoshiro actor-pool
-
Enables rand_xoshiro ^0.4.0