zino-cli 0.7.0

CLI tools for zino.
Documentation
# 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.80"
name = "zino-cli"
version = "0.7.0"
build = false
include = [
    "public/**/*",
    "src/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tools for zino."
homepage = "https://github.com/zino-rs/zino"
documentation = "https://docs.rs/zino-cli"
readme = "README.md"
keywords = [
    "cli",
    "gui",
    "zino",
    "dioxus",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/zino-rs/zino"

[lib]
name = "zino_cli"
path = "src/lib.rs"

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

[dependencies.axum]
version = "0.8.1"
default-features = false

[dependencies.clap]
version = "4.5.29"
features = [
    "color",
    "derive",
]

[dependencies.git2]
version = "0.20.0"

[dependencies.humantime]
version = "2.1.0"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.log]
version = "0.4.25"

[dependencies.regex]
version = "1.11.1"

[dependencies.rustls-acme]
version = "0.12.1"
features = [
    "tokio",
    "ring",
]
default-features = false

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

[dependencies.taplo]
version = "0.13.2"

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

[dependencies.tokio-stream]
version = "0.1.17"
features = ["net"]

[dependencies.toml]
version = "0.8.20"

[dependencies.toml_edit]
version = "0.22.24"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zino]
version = "0.32.0"
features = ["axum"]

[dependencies.zino-core]
version = "0.32.0"