[package] name = "etwin_cli" version = "0.12.5" authors = ["Charles Samborski "] description = "Command Line Interface for Eternaltwin" documentation = "https://github.com/eternal-twin/etwin" homepage = "https://github.com/eternal-twin/etwin" repository = "https://github.com/eternal-twin/etwin" readme = "./README.md" keywords = ["etwin"] license.workspace = true edition.workspace = true rust-version.workspace = true [dependencies] axum = { version = "0.6.10", features = ["headers"] } console = "0.15.5" chrono = "0.4.24" clap = { version = "4.1.8", features = ["derive"] } dialoguer = "0.10.3" etwin_app = { version = "0.12.4", path = "../app" } etwin_auth_store = { version = "0.12.3", path = "../auth_store" } etwin_config = { version = "0.12.3", path = "../config" } etwin_core = { version = "0.12.3", path = "../core" } etwin_db_schema = { version = "0.12.4", path = "../db_schema" } etwin_dinoparc_client = { version = "0.12.3", path = "../dinoparc_client", features = ["http"] } etwin_dinoparc_store = { version = "0.12.3", path = "../dinoparc_store" } etwin_dinorpg_client = { version = "0.12.3", path = "../dinorpg_client", features = ["http"] } etwin_email_formatter = { version = "0.12.3", path = "../email_formatter" } etwin_forum_store = { version = "0.12.3", path = "../forum_store" } etwin_hammerfest_client = { version = "0.12.3", path = "../hammerfest_client" } etwin_hammerfest_store = { version = "0.12.3", path = "../hammerfest_store" } etwin_link_store = { version = "0.12.3", path = "../link_store" } etwin_log = { version = "0.12.3", path = "../log" } etwin_mailer = { version = "0.12.3", path = "../mailer" } etwin_mt_dns = { version = "0.12.3", path = "../mt_dns" } etwin_oauth_client = { version = "0.12.3", path = "../oauth_client" } etwin_oauth_provider_store = { version = "0.12.3", path = "../oauth_provider_store" } etwin_password = { version = "0.12.3", path = "../password", features = ["neon"] } etwin_user_store = { version = "0.12.3", path = "../user_store" } etwin_rest = { version = "0.12.3", path = "../rest" } etwin_services = { version = "0.12.3", path = "../services" } etwin_token_store = { version = "0.12.3", path = "../token_store" } etwin_twinoid_client = { version = "0.12.3", path = "../twinoid_client" } etwin_twinoid_store = { version = "0.12.3", path = "../twinoid_store" } sqlx = { version = "0.6.2", default-features = false, features = ["postgres", "runtime-tokio-rustls"] } thiserror = "1.0.39" tokio = { version = "1.26.0", features = ["full"] } tower = "0.4.13" url = "2.3.1"