# 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 = "pma-cli" version = "0.1.3" authors = ["Kohei Fujino "] description = "phpmyadmin cli written in Rust" readme = "README.md" keywords = [ "phpmyadmin", "cli", "mysql", "database", ] categories = [ "database", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/k-fujino-kohei/phpmyadmin-cli-rs" [[bin]] name = "pma" path = "src/bin/pma.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.async-compression] version = "0.3" features = [ "deflate", "gzip", "tokio", ] [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.itertools] version = "0.10.5" [dependencies.once_cell] version = "1.15" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.11" [dependencies.tokio] version = "^1" features = [ "macros", "fs", "rt-multi-thread", ]