repokit 5.0.3

A knowledgebase for your repository - wrapped in a CLI
# 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 = "repokit"
version = "5.0.3"
authors = ["Alex Figliolia"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A knowledgebase for your repository - wrapped in a CLI"
homepage = "https://github.com/alexfigliolia/repokit"
readme = "README.md"
keywords = [
    "cli",
    "devtool",
    "repository",
    "toolchain",
]
license = "MIT"
repository = "https://github.com/alexfigliolia/repokit"

[[bin]]
name = "repokit"
path = "internals/main.rs"

[dependencies.alphanumeric-sort]
version = "1.5.6"

[dependencies.colored]
version = "3"

[dependencies.futures]
version = "0.3.32"

[dependencies.ignore]
version = "0.4.26"

[dependencies.inquire]
version = "0.9.4"

[dependencies.inquire-derive]
version = "0.9.4"

[dependencies.jsonschema]
version = "0.46.5"
default-features = false

[dependencies.normalize-path]
version = "0.2.1"

[dependencies.regex]
version = "1.12.3"
features = [
    "std",
    "unicode",
]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]

[profile.release]
lto = true
codegen-units = 1
strip = "symbols"