# 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" rust-version = "1.61" name = "adenosine-cli" version = "0.4.0" authors = ["Bryan Newbold "] default-run = "adenosine" description = "Simple informal CLI client for AT protocol and bsky.app" readme = "README.md" keywords = ["atproto"] categories = [] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/bnewbold/adenosine" resolver = "1" [package.metadata.deb] assets = [ [ "target/release/adenosine", "usr/bin/", "755", ], [ "../extra/adenosine.1", "usr/share/man/man1/", "644", ], [ "../extra/adenosine.bash_completions", "usr/share/bash-completion/completions/adenosine", "644", ], [ "../extra/adenosine.zsh_completions", "usr/share/zsh/vendor-completions/_adenosine", "644", ], ] depends = "$auto" extended-description = "\"This is a simple, enthusiast-grade CLI client for the work-in-progress AT Protocol (atproto.com). It is an entirely \"delegated\" client, which means that it does not store or cache any user content locally; everything works by making HTTP/XRPC requests to a Personal Data Server (PDS), which is usually a remote service." maintainer = "Bryan Newbold " priority = "optional" section = "utility" [dependencies.adenosine] version = "0.4.0" [dependencies.anyhow] version = "1" [dependencies.atty] version = "0.2" [dependencies.colored_json] version = "3" [dependencies.dotenvy] version = "0.15" [dependencies.env_logger] version = "0.7" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" [dependencies.termcolor] version = "1"