# 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 = "bgt" version = "0.1.2" authors = ["Will Clark "] description = "A tool for automated Guix builds of Bitcoin Core" homepage = "https://github.com/bitcoin-dev-tools/bgt-builder" readme = "README.md" keywords = [ "bitcoin", "guix", "builder", ] categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/bitcoin-dev-tools/bgt-builder" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.daemonize] version = "0.5.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.flate2] version = "1.0.30" [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.22" [dependencies.octocrab] version = "0.39.0" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tar] version = "0.4.41" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.8.19"