heddle-cli-shared 0.4.0

CLI-side utilities shared between Heddle's OSS cli crate and the closed heddle-client crate: user config, remote target resolution, client config.
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-cli-shared"
version = "0.4.0"
authors = ["Luke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI-side utilities shared between Heddle's OSS cli crate and the closed heddle-client crate: user config, remote target resolution, client config."
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 = "cli_shared"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

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

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

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1"

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