# 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 = "ctplt" version = "0.0.1" description = "A package manager + build system for C and C++" homepage = "http://catapult-build.com" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/travbid/catapult" [lib] name = "catapult" [[bin]] name = "catapult" path = "src/main.rs" [dependencies.allocative] version = "0.3.1" [dependencies.anyhow] version = "1.0.65" [dependencies.base64] version = "0.21" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.10" [dependencies.flate2] version = "1.0" [dependencies.getopts] version = "0.2" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" [dependencies.starlark] version = "0.12.0" [dependencies.tar] version = "0.4" [dependencies.toml] version = "0.8.1" [dependencies.uuid] version = "1.4" features = [ "v4", "fast-rng", "macro-diagnostics", ]