Cargo Features
[dependencies]
chrono-machines = { version = "0.3.0", default-features = false, features = ["std", "alloc", "async"] }
- default = std
-
The
stdfeature is set by default wheneverchrono-machinesis added withoutsomewhere in the dependency tree.default-features = false - std default async? = alloc
-
Enables std and std_rng of rand ^0.9
Affects
chrono-machines::dsl,policy::register_global_policy,policy::get_global_policy,policy::remove_global_policy,policy::list_global_policies,policy::clear_global_policies,sleep::StdSleeper,chrono-machines::policy,policy::PolicyRegistry… - alloc std
-
Affects
chrono-machines::policy,policy::PolicyRegistry… - async = std
-
Enables async-trait