heddle-client 0.4.0

Heddle hosted-backend client: auth, support, presence, the gRPC client wrappers, and the global credential store.
Documentation
# 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 = "2024"
name = "heddle-client"
version = "0.4.0"
authors = ["Luke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Heddle hosted-backend client: auth, support, presence, the gRPC client wrappers, and the global credential store."
readme = false
keywords = [
    "vcs",
    "version-control",
    "ai",
    "git",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/heddle"
resolver = "2"

[lib]
name = "heddle_client"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.biscuit-auth]
version = "6"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.cli-shared]
version = "0.4"
package = "heddle-cli-shared"

[dependencies.crypto]
version = "0.4"
package = "heddle-crypto"

[dependencies.futures]
version = "0.3"

[dependencies.grpc]
version = "0.7"
package = "heddle-grpc"

[dependencies.objects]
version = "0.4"
package = "heddle-objects"

[dependencies.prost-types]
version = "0.14"

[dependencies.refs]
version = "0.4"
package = "heddle-refs"

[dependencies.repo]
version = "0.4"
features = [
    "git-overlay",
    "native",
]
default-features = false
package = "heddle-repo"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "net",
    "signal",
    "sync",
    "time",
    "io-util",
    "process",
    "fs",
    "rt-multi-thread",
]
default-features = false

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["rustls-tls-webpki-roots"]

[dependencies.toml]
version = "1.1"

[dependencies.tonic]
version = "0.14"
features = [
    "transport",
    "tls-webpki-roots",
]

[dependencies.tracing]
version = "0.1"

[dependencies.weft-client-shim]
version = "0.4"
package = "weft-client-shim"

[dependencies.wire]
version = "0.4"
default-features = false
package = "heddle-wire"

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