# 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 = "2018" name = "conclusive" version = "1.0.0" authors = ["マリウス "] description = "A command line client for Plausible Analytics" homepage = "https://xn--gckvb8fzb.com/conclusive-a-command-line-client-for-plausible-analytics/" readme = "README.md" keywords = [ "cli", "tui", "plausible", "analytics", "tool", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/mrusme/conclusive" [dependencies.argh] version = "0.1.8" [dependencies.clap] version = "3.2.16" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.termion] version = "1.5" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui] version = "0.18" features = ["termion"] default-features = false