# 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 = "fleet-rs" version = "0.0.8" authors = ["Dimension "] description = "The blazing fast build tool for Rust." homepage = "https://fleet.rs" readme = "README.md" keywords = [ "rust", "build", "tool", ] categories = [ "build", "rust-build-tools", ] license = "Apache-2.0" repository = "https://github.com/dimensionhq/fleet" resolver = "2" [profile.dev] opt-level = 0 debug = 2 incremental = true [[bin]] name = "cargo-fleet" path = "src/main.rs" [[bin]] name = "fleet" path = "src/../src/main.rs" test = false bench = false [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "3.1.8" features = [ "derive", "cargo", "std", "color", ] default-features = false [dependencies.dirs] version = "4.0.0" [dependencies.rustc_version] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sysinfo] version = "0.23.10" [dependencies.toml] version = "0.5.8" features = ["preserve_order"] [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [dependencies.wsl] version = "0.1.0" [build-dependencies.rustc_version] version = "0.4.0"