[dependencies.anyhow]
version = "1.0"
[dependencies.askama]
features = ["with-axum"]
version = "0.12"
[dependencies.axum]
features = ["ws", "macros"]
version = "0.7"
[dependencies.futures]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.40"
[dependencies.tower]
features = ["full"]
version = "0.5"
[dependencies.tower-http]
features = ["fs", "trace", "compression-full", "cors"]
version = "0.6"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.tokio-test]
version = "0.4"
[[example]]
name = "basic"
path = "examples/basic.rs"
[features]
default = []
full = ["with-auth", "with-apis"]
with-apis = []
with-auth = []
[lib]
name = "avl_console"
path = "src/lib.rs"
[package]
authors = ["Nicolas Ávila <nicolas@avila.inc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "gui", "database"]
description = "AVL Console - Advanced developer portal with AI Assistant, ML-powered monitoring and visual query builder"
documentation = "https://docs.rs/avl-console"
edition = "2021"
homepage = "https://avila.cloud"
keywords = ["console", "dashboard", "portal", "monitoring", "rbac"]
license = "MIT OR Apache-2.0"
name = "avl-console"
readme = "README.md"
repository = "https://github.com/avilaops/arxis"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "advanced_features_tests"
path = "tests/advanced_features_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"