# 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 = "bunny-api" version = "0.0.5" description = "Alpha API client for Bunny.net" readme = "README.md" keywords = [ "api", "cdn", "bunny", "cli", "client", ] categories = [ "api-bindings", "command-line-utilities", ] license = "Apache-2.0" repository = "https://git.sr.ht/~shadow53/bunny-rs" [[bin]] name = "bunny" path = "src/main.rs" required-features = [ "tracing", "tracing-subscriber", ] [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.mime_guess] version = "2.0.4" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "parsing", "serde", "serde-well-known", ] [dependencies.tokio] version = "1.21" features = [ "fs", "macros", "rt", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] optional = true [dependencies.urlencoding] version = "2.1.2" [features] default = [ "tracing", "tracing-subscriber", ]