heddle-cli-args 0.10.4

Heddle's command-line argument surface.
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-args"
version = "0.10.4"
authors = ["Luke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Heddle's command-line argument surface."
readme = false
keywords = [
    "vcs",
    "version-control",
    "ai",
    "git",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/heddle"
resolver = "2"

[features]
client = ["dep:heddle-client"]
default = []
git-overlay = []
ingest = []
semantic = []

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

[dependencies.anyhow]
version = "1"

[dependencies.api]
version = "=0.1.4"
features = ["client"]
package = "heddle-api"

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

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

[dependencies.heddle-client]
version = "0.10"
optional = true

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

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

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