# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bunnycli" version = "0.1.3" authors = ["Sebastian Schmidt "] include = ["src/**/*.rs", "Cargo.toml", "README.md"] description = "The unofficial CLI for BunnyCDN 🐰" readme = "README.md" keywords = ["BunnyCDN"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/publicarray/bunnycli" [profile.release] lto = true [dependencies.anyhow] version = "1.0" [dependencies.bunnycdn] version = "0.1" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.dirs] version = "3.0.1" [dependencies.keyring] version = "0.10.1" [dependencies.log] version = "0.4" [dependencies.rpassword] version = "5.0.0" [dependencies.serde] version = "1.0" [dependencies.simplelog] version = "0.9.0" [dependencies.tokio] version = "0.2" [dependencies.toml] version = "0.5" [badges.is-it-maintained-issue-resolution] repository = "publicarray/bunnycli" [badges.is-it-maintained-open-issues] repository = "publicarray/bunnycli" [badges.maintenance] status = "experimental"