# 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 = "btfm-cli" version = "0.7.0" description = "A command-line interface to manage the BTFM Discord bot." readme = "README.md" license = "GPL-2.0-or-later" repository = "https://github.com/jeremycline/btfm/" resolver = "1" [[bin]] name = "btfm" [dependencies.btfm-api-structs] version = "0.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4" features = [ "derive", "cargo", "env", "unicode", "wrap_help", ] [dependencies.futures] version = "0.3" [dependencies.prettytable-rs] version = "0.10" features = ["win_crlf"] [dependencies.reqwest] version = "0.11" features = [ "json", "multipart", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "rt", "macros", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.ulid] version = "1.0.0" features = ["serde"] [dependencies.url] version = "2"