usage-lib 2.14.0

Library for working with usage specs
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 = "2021"
rust-version = "1.80.0"
name = "usage-lib"
version = "2.14.0"
authors = ["Jeff Dickey @jdx"]
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/src/**/*.rs",
    "/src/**/*.tera",
    "/bash-completion/bash_completion",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for working with usage specs"
homepage = "https://usage.jdx.dev"
documentation = "https://usage.jdx.dev"
readme = false
license = "MIT"
repository = "https://github.com/jdx/usage"

[package.metadata.release]
shared-version = true
release = true

[features]
default = ["docs"]
docs = [
    "tera",
    "roff",
]

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "string",
]
optional = true

[dependencies.heck]
version = "0.5"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.itertools]
version = "0.14"

[dependencies.kdl]
version = "6"

[dependencies.log]
version = "0.4"

[dependencies.miette]
version = "7"

[dependencies.regex]
version = "1"

[dependencies.roff]
version = "0.2"
optional = true

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

[dependencies.shell-words]
version = "1"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.tera]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.versions]
version = "7"

[dependencies.xx]
version = "2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.ctor]
version = "0.6"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.shell-words]
version = "1"