[dependencies.ayun-config]
version = "0.20.2"
[dependencies.ayun-core]
features = ["console"]
version = "0.20.2"
[dependencies.ayun-database]
optional = true
version = "0.20.2"
[dependencies.ayun-environment]
version = "0.20.2"
[dependencies.ayun-runtime]
version = "0.20.2"
[dependencies.clap]
default-features = false
features = ["std", "color", "help"]
version = "4.5.17"
[dependencies.duct]
default-features = false
optional = true
version = "0.13.7"
[dependencies.owo-colors]
default-features = false
version = "4.1.0"
[dependencies.sea-orm-migration]
default-features = false
optional = true
version = "1.1.0-rc.1"
[dependencies.tracing]
default-features = false
version = "0.1.40"
[features]
cache-memory = []
cache-redis = []
command = ["command-make", "command-migrate", "command-schedule", "command-server"]
command-make = ["dep:duct"]
command-migrate = ["dep:ayun-database", "dep:sea-orm-migration", "ayun-core/migration"]
command-schedule = ["ayun-core/schedule"]
command-server = ["ayun-core/http1", "ayun-core/http2"]
config = ["ayun-core/config"]
database = ["ayun-core/database"]
default = ["config"]
logger = ["ayun-core/logger"]
redis = ["ayun-core/redis"]
storage = ["ayun-core/storage"]
[lib]
name = "ayun_console"
path = "src/lib.rs"
[lints.clippy]
future_not_send = "warn"
unwrap_used = "warn"
[lints.rust]
unreachable_pub = "deny"
unsafe_code = "forbid"
[package]
authors = ["jiannei <longjian.huang@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The RUST Framework for Web Rustceans."
edition = "2021"
homepage = "https://github.com/ayun-rs/ayun"
include = ["Cargo.toml", "src/**/*.rs"]
license = "MIT"
name = "ayun-console"
readme = false
repository = "https://github.com/ayun-rs/ayun"
version = "0.20.2"