# 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" name = "prun" version = "0.1.3" build = "build.rs" include = [ "Source/**/*", "LICENSE", "README.md", "CHANGELOG.md", "build.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "Run" description = "🍺 Run —" readme = "README.md" license = "MIT" repository = "https://github.com/PlayForm/Run.git" [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.5.17" features = ["derive"] [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.futures] version = "0.3.30" [dependencies.num_cpus] version = "1.16.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rayon] version = "1.10.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.walkdir] version = "2.5.0" [build-dependencies.serde] version = "1.0.210" features = ["derive"] [build-dependencies.toml] version = "0.8.19"