# 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.4.0" build = false include = [ "public/**/*", "src/**/*", "Cargo.toml", ] 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.7.7" default-features = false [dependencies.clap] version = "4.5.17" features = [ "color", "derive", ] [dependencies.git2] version = "0.19.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.22" [dependencies.regex] version = "1.10.6" [dependencies.rustls-acme] version = "0.11.1" features = [ "tokio", "ring", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.taplo] version = "0.13.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" features = ["net"] [dependencies.toml] version = "0.8.19" [dependencies.toml_edit] version = "0.22.20" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5.0" [dependencies.zino] version = "0.25.2" features = ["axum"] [dependencies.zino-core] version = "0.26.2"