bytestashy 0.2.2

A command-line interface for ByteStash for the easy posting of snippets without opening a browser.
[[bin]]
name = "bytestashy"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.colored]
version = "3.0.0"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.keyring]
features = ["linux-native", "linux-native-sync-persistent", "sync-secret-service"]
version = "3.6.2"

[dependencies.reqwest]
features = ["json", "multipart", "blocking"]
version = "0.12.19"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.url]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.mockito]
version = "1.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A command-line interface for ByteStash for the easy posting of snippets without opening a browser."
edition = "2024"
keywords = ["cli", "snippets", "bytestash"]
license-file = "LICENSE"
name = "bytestashy"
readme = "README.md"
repository = "https://github.com/LetsDrinkSomeTea/bitscli"
version = "0.2.2"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"