[[bin]]
name = "plausible"
path = "src/main.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5"
[dependencies.directories]
version = "5"
[dependencies.governor]
default-features = false
features = ["std", "jitter"]
version = "0.6"
[dependencies.keyring]
version = "2"
[dependencies.reqwest]
default-features = false
features = ["json", "brotli", "gzip", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tabled]
version = "0.15"
[dependencies.thiserror]
version = "1"
[dependencies.time]
features = ["serde", "macros", "formatting", "parsing"]
version = "0.3"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1"
[dependencies.url]
version = "2"
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.httpmock]
version = "0.7"
[dev-dependencies.insta]
features = ["glob"]
version = "1.38"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "plausible_cli"
path = "src/lib.rs"
[package]
authors = ["Vicente Reig Rincon de Arellano <hey@vicente.services>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming::http-client"]
description = "Command-line interface for Plausible Analytics with rate-limit aware queueing and multi-account support"
documentation = "https://github.com/vicentereig/plausible-cli/blob/main/docs/llms-full.txt"
edition = "2021"
homepage = "https://github.com/vicentereig/plausible-cli"
keywords = ["analytics", "plausible", "cli", "automation", "http-client"]
license = "MIT"
name = "plausible-cli"
readme = "README.md"
repository = "https://github.com/vicentereig/plausible-cli"
version = "1.0.0"
[[test]]
name = "cli_snapshots"
path = "tests/cli_snapshots.rs"