# 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.74" name = "pub-just" version = "1.37.0" authors = ["Casey Rodarmor "] build = false exclude = [ "/book", "/icon.png", "/screenshot.png", "/www", ] autobins = false autoexamples = false autotests = false autobenches = false description = "🤖 Just a command runner" homepage = "https://github.com/casey/just" readme = "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"] [profile.release] lto = true codegen-units = 1 [lib] name = "pub_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.0.0" [dependencies.clap_mangen] version = "0.2.20" [dependencies.ctrlc] version = "3.1.1" features = ["termination"] [dependencies.derive-where] version = "1.2.7" [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15" [dependencies.edit-distance] version = "2.0.0" [dependencies.heck] version = "0.5.0" [dependencies.lexiclean] version = "0.0.1" [dependencies.libc] version = "0.2.0" [dependencies.num_cpus] version = "1.15.0" [dependencies.once_cell] version = "1.19.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [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" [dependencies.shellexpand] version = "3.1.0" [dependencies.similar] version = "2.1.0" features = ["unicode"] [dependencies.snafu] version = "0.8.0" [dependencies.strum] version = "0.26.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.executable-path] version = "1.0.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.temptree] version = "0.2.0" [dev-dependencies.which] version = "7.0.0" [lints.clippy] enum_glob_use = "allow" needless_pass_by_value = "allow" similar_names = "allow" struct_excessive_bools = "allow" struct_field_names = "allow" too_many_arguments = "allow" too_many_lines = "allow" unnecessary_wraps = "allow" wildcard_imports = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fuzzing)"]