# 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" rust-version = "1.74" name = "goldboot-registry" version = "0.0.4" authors = ["Tyler Cook"] description = "A web service for hosting goldboot images" homepage = "https://goldboot.org" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/fossable/goldboot" resolver = "1" [dependencies.anyhow] version = "1.0.76" [dependencies.axum] version = "0.7.4" [dependencies.clap] version = "4.4.7" features = [ "derive", "string", ] [dependencies.goldboot] version = "0.0.7" [dependencies.goldboot-image] version = "0.0.2" [dependencies.reqwest] version = "0.11.22" features = ["stream"] [dependencies.tftpd] version = "0.2.12" optional = true [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] pxe = ["dep:tftpd"]