# 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.81" name = "sbat-tool" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UEFI Secure Boot Advanced Targeting (SBAT) command-line tool" readme = "README.md" keywords = [ "sbat", "uefi", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/google/sbat-rs" [[bin]] name = "sbat-tool" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.ascii] version = "1.1.0" default-features = false [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.fs-err] version = "3.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.object] version = "0.36.0" features = [ "pe", "read", "std", ] default-features = false [dependencies.sbat] version = "0.6.0" features = ["std"] [dependencies.tabled] version = "0.16.0" features = ["std"] default-features = false