[package]
edition = "2024"
name = "prun"
version = "0.2.4"
build = "build.rs"
include = [
"Source/**/*",
"LICENSE",
"README.md",
"CHANGELOG.md",
"build.rs",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "Run"
description = "Run 🍺"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/PlayForm/Run.git"
[features]
default = []
[lib]
name = "Library"
crate-type = [
"staticlib",
"cdylib",
"rlib",
]
path = "Source/Library.rs"
[[bin]]
name = "PRun"
path = "Source/Library.rs"
[[bin]]
name = "Run"
path = "Source/Library.rs"
[[bin]]
name = "Inn"
path = "Source/Library.rs"
[[bin]]
name = "InnKeeper"
path = "Source/Library.rs"
[dependencies.clap]
version = "4.6.4"
features = ["derive"]
[dependencies.crossbeam-queue]
version = "0.3.13"
[dependencies.futures]
version = "0.3.33"
[dependencies.globset]
version = "0.4.19"
[dependencies.num_cpus]
version = "1.17.0"
[dependencies.once_cell]
version = "1.21.4"
[dependencies.rayon]
version = "1.12.0"
[dependencies.tokio]
version = "1.53.1"
features = ["full"]
[dependencies.walkdir]
version = "2.5.0"
[build-dependencies.serde]
version = "1.0.229"
features = ["derive"]
[build-dependencies.toml]
version = "1.1.3"