Cargo Features

ayun-console has no features set by default.

[dependencies]
ayun-console = { version = "0.24.0", features = ["command-make", "command-migrate", "command-schedule", "command-server", "command-status", "command-queue", "commands", "cache", "database", "tracing", "redis", "storage", "support"] }
command-make commands?

Enables ayun-database and duct

command-migrate commands?

Enables ayun-database, ayun-runtime, and sea-orm-migration and migration of ayun-core

ayun-core:

console

command-schedule commands?

Enables ayun-runtime, schedule of ayun-core

command-server commands?

Enables server of ayun-core

command-status commands? = support
command-queue

Enables worker of ayun-core

commands = command-make, command-migrate, command-schedule, command-server, command-status
cache support?

support

Enables memory of ayun-cache

optional

database support?

Enables ayun-database

tracing support?

Enables ayun-tracing

redis support?

Enables ayun-redis

storage support?

Enables ayun-storage

support command-status? = cache, database, redis, storage, tracing

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.

ayun-cache cache?