# 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-image" version = "0.0.4" authors = ["Tyler Cook"] description = "Defines the goldboot image format" homepage = "https://goldboot.fossable.org" license = "AGPL-3.0-only" repository = "https://github.com/fossable/goldboot" resolver = "1" [dependencies.aes-gcm] version = "0.10.3" features = ["std"] [dependencies.anyhow] version = "1.0.76" [dependencies.binrw] version = "0.13.1" [dependencies.flate2] version = "1.0.28" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.tracing] version = "0.1.40" [dependencies.zstd] version = "0.13.0" [dev-dependencies.sha1] version = "0.10.6" [dev-dependencies.tempfile] version = "3.8.1" [dev-dependencies.test-log] version = "0.2.16" features = ["trace"]