Cargo Features

[dependencies]
ac-compose-macros = { version = "0.5.0", default-features = false, features = ["sync-api", "disable_target_static_assertions", "std"] }
default = std, sync-api

These default features are set whenever ac-compose-macros is added without default-features = false somewhere in the dependency tree.

sync-api default

Enables is_sync of maybe-async

disable_target_static_assertions

To support no_std builds in non-32 bit environments.

Enables disable_target_static_assertions of ac-primitives

local

std default

Enables std of ac-primitives and log