mycelium-cli 8.3.1-beta.4

Provide CLI ports to the mycelium project.
# 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"
name = "mycelium-cli"
version = "8.3.1-beta.4"
authors = ["Samuel Galvão Elias <sgelias@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provide CLI ports to the mycelium project."
readme = "README.md"
keywords = [
    "authorization",
    "identity",
    "permission",
    "keeper",
]
categories = [
    "development-tools",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/sgelias/mycelium"

[[bin]]
name = "myc-cli"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0.10"

[dependencies.myc-core]
version = "8.3.1-beta.4"

[dependencies.mycelium-base]
version = "8.3.1-beta.4"

[dependencies.mycelium-diesel]
version = "8.3.1-beta.4"

[dependencies.mycelium-notifier]
version = "8.3.1-beta.4"

[dependencies.rpassword]
version = "7.3.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.shaku]
version = "0.6"

[dependencies.tokio]
version = "1.46"
features = ["full"]

[dependencies.tracing]
version = "0.1"