Cargo Features

[dependencies]
chrono-machines = { version = "0.3.0", default-features = false, features = ["std", "alloc", "async"] }
default = std

The std feature is set by default whenever chrono-machines is added without default-features = false somewhere in the dependency tree.

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