distrib 0.0.0

Distrib helps you distribute your software.
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 = "distrib"
version = "0.0.0"
authors = ["Arto Bendiken"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distrib helps you distribute your software."
homepage = "https://distrib.sh"
readme = "README.md"
keywords = ["distrib"]
categories = [
    "command-line-utilities",
    "no-std",
]
license = "Unlicense"
repository = "https://github.com/artob/distrib"

[package.metadata.readmer.project]
title = "Distrib"
summary = "Distrib helps you distribute your software."

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.binstall]
disabled-strategies = ["quick-install"]

[features]
all = []
alloc = ["serde?/alloc"]
cli = [
    "std",
    "clientele",
    "dep:clap",
]
default = [
    "all",
    "std",
]
interops = ["serde"]
serde = [
    "dep:serde",
    "alloc",
]
std = [
    "derive_more/std",
    "alloc",
]
unstable = []

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

[[bin]]
name = "distrib"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.5"
optional = true
default-features = false

[dependencies.clientele]
version = "0.3.8"
features = []
optional = true

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "from_str",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[profile.dist]
lto = "thin"
inherits = "release"