# 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 = "yaus-cli" version = "0.1.1" description = "A CLI client for the Yaus server" license = "GPL-2.0-only" repository = "https://github.com/MikMuellerDev/yaus" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.reqwest] version = "0.11.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.url] version = "2.2.2"