# 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 = "katbin" version = "1.3.15" authors = ["Amogh Lele 'sphericalkat' "] include = [ "src/**/*", "../LICENSE-*", "./README.md", ] description = "A CLI for https://katb.in" homepage = "https://github.com/sphericalkat/katbin-cli" readme = "README.md" keywords = [ "cli", "katbin", "pastebin", "shortener", "url", ] license = "MIT/Apache-2.0" repository = "https://github.com/sphericalkat/katbin-cli" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.70" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [badges.maintenance] status = "actively-developed"