# 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 = "ruxgo" version = "0.9.8" authors = ["Zewei Yang "] description = "A Cargo-like build tool for building C and C++ applications" homepage = "https://github.com/syswonder/ruxgo" documentation = "https://ruxgo.syswonder.org/" readme = "README.md" keywords = [ "build-tool", "apps", "c++", "c", "ruxos", ] license = "MulanPSL-2.0" repository = "https://github.com/syswonder/ruxgo" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.directories] version = "5.0.1" [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.7.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.2" [dependencies.walkdir] version = "2"