tangled-cli 0.1.0

CLI for interacting with Tangled, an AT Protocol-based git collaboration platform
# 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.88"
name = "tangled-cli"
version = "0.1.0"
authors = ["dzejkop <jakubtrad@gmail.com>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for interacting with Tangled, an AT Protocol-based git collaboration platform"
homepage = "https://tangled.org/dzejkop.space/tangled-cli"
readme = "README.md"
keywords = [
    "tangled",
    "atproto",
    "git",
    "cli",
    "decentralized",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://tangled.org/dzejkop.space/tangled-cli"

[[bin]]
name = "tang"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "unicode",
    "wrap_help",
    "derive",
    "env",
    "unicode",
    "wrap_help",
]

[dependencies.color-eyre]
version = "0.6"

[dependencies.colored]
version = "2.1"

[dependencies.flate2]
version = "1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.git2]
version = "0.19"

[dependencies.human-panic]
version = "2.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.7"
features = ["editor"]

[dependencies.open]
version = "5"

[dependencies.p256]
version = "0.13"
features = ["ecdsa"]

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tabled]
version = "0.16"
features = ["std"]
default-features = false

[dependencies.tangled-api]
version = "0.1.0"

[dependencies.tangled-config]
version = "0.1.0"

[dependencies.tokio]
version = "1.40"
features = [
    "full",
    "full",
]

[dependencies.tokio-tungstenite]
version = "0.21"
features = ["native-tls"]

[dependencies.url]
version = "2.5"

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

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