just 1.50.0

πŸ€– Just a command runner
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"
rust-version = "1.85.0"
name = "just"
version = "1.50.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
build = "build.rs"
exclude = [
    "/book",
    "/etc",
    "!/etc/completion-registration-script.bash",
    "/www",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "πŸ€– Just a command runner"
homepage = "https://github.com/casey/just"
readme = "etc/crates-io-readme.md"
keywords = [
    "command-line",
    "task",
    "runner",
    "development",
    "utility",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "CC0-1.0"
repository = "https://github.com/casey/just"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[lib]
name = "just"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "just"
path = "src/main.rs"
test = false

[[test]]
name = "integration"
path = "tests/lib.rs"

[dependencies.ansi_term]
version = "0.12.0"

[dependencies.blake3]
version = "1.5.0"
features = [
    "rayon",
    "mmap",
]

[dependencies.camino]
version = "1.0.4"

[dependencies.chrono]
version = "0.4.38"

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

[dependencies.clap_complete]
version = "=4.6.2"
features = ["unstable-dynamic"]

[dependencies.clap_mangen]
version = "0.3.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15.0"

[dependencies.edit-distance]
version = "2.0.0"

[dependencies.heck]
version = "0.5.0"

[dependencies.is_executable]
version = "1.0.4"

[dependencies.lexiclean]
version = "0.0.1"

[dependencies.libc]
version = "0.2.0"

[dependencies.num_cpus]
version = "1.15.0"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.10.4"

[dependencies.rustversion]
version = "1.0.18"

[dependencies.semver]
version = "1.0.20"

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

[dependencies.serde_json]
version = "1.0.68"

[dependencies.sha2]
version = "0.10.9"

[dependencies.shellexpand]
version = "3.1.0"

[dependencies.similar]
version = "3.0.0"
features = ["unicode"]

[dependencies.snafu]
version = "0.9.0"

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

[dependencies.target]
version = "2.0.0"

[dependencies.tempfile]
version = "3.0.0"

[dependencies.typed-arena]
version = "2.0.1"

[dependencies.unicode-width]
version = "0.2.0"

[dependencies.uuid]
version = "1.0.0"
features = ["v4"]

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

[dev-dependencies.temptree]
version = "0.2.0"

[dev-dependencies.which]
version = "8.0.0"

[target."cfg(unix)".dependencies.nix]
version = "0.31.0"
features = [
    "signal",
    "user",
    "fs",
]

[target."cfg(windows)".dependencies.ctrlc]
version = "3.1.1"
features = ["termination"]

[lints.clippy]
arbitrary_source_item_ordering = "deny"
enum_glob_use = "allow"
ignore_without_reason = "allow"
needless_pass_by_value = "allow"
self_named_constructors = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
undocumented_unsafe_blocks = "deny"
unnecessary_wraps = "allow"
wildcard_imports = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
mismatched_lifetime_syntaxes = "allow"
unreachable_pub = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]

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