# 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.64" name = "assemble-freight" version = "0.2.0" authors = ["Joshua Radin "] description = "The main executor for the assemble-rs project." homepage = "https://joshradin.github.io/assemble-rs/" keywords = [ "buildtool", "dev", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/joshradin/assemble-rs" resolver = "1" [dependencies.assemble-core] version = "0.2.0" [dependencies.backtrace] version = "0.3.65" [dependencies.clap] version = "4.0.8" features = [ "derive", "color", "cargo", "help", ] [dependencies.colored] version = "2.0.0" [dependencies.indexmap] version = "1.9.1" [dependencies.indicatif] version = "0.17.0" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.17" [dependencies.merge] version = "0.1.0" features = ["derive"] [dependencies.num_cpus] version = "1.13.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.petgraph] version = "0.6.2" [dependencies.ptree] version = "0.4.0" features = ["petgraph"] [dependencies.rayon] version = "1.5.3" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.rand] version = "0.8.5"