rustio-admin-cli 0.21.0

Command-line tools for rustio-admin: project scaffolding, migrations, user management.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "rustio-admin-cli"
version = "0.21.0"
authors = ["Abdulwahed Mansour"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tools for rustio-admin: project scaffolding, migrations, user management."
homepage = "https://github.com/abdulwahed-sweden/rustio-admin"
readme = "README.md"
license = "MIT"
repository = "https://github.com/abdulwahed-sweden/rustio-admin"

[[bin]]
name = "rustio"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.console]
version = "0.15"

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.17"

[dependencies.lettre]
version = "0.11"
features = [
    "smtp-transport",
    "tokio1",
    "tokio1-rustls-tls",
    "builder",
    "hostname",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.rio-theme]
version = "0.21.0"

[dependencies.rpassword]
version = "7"

[dependencies.rustio-admin]
version = "0.21.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
    "chrono",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml_edit]
version = "0.22"

[dependencies.ulid]
version = "1"

[dependencies.unicode-normalization]
version = "0.1"