# 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 = "buckle" version = "0.2.1" authors = ["Benjamin Brittain "] description = "A lightweight launcher for buck2" readme = "README.md" license = "MIT" repository = "https://github.com/benbrittain/buckle" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.71" [dependencies.git2] version = "0.17.2" default-features = false [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.rust-ini] version = "0.19" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tempfile] version = "3.6.0" [dependencies.termcolor] version = "1.2.0" [dependencies.url] version = "2.4.0" features = ["serde"] [dependencies.zstd] version = "0.12.3" [dev-dependencies.assert_cmd] version = "2.0.11"