# 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 = "efi_signer" version = "0.2.7" authors = ["Li Chaoran "] description = "A crates for signing and parsing EFI image" readme = "README.md" keywords = [ "efi", "authenticode", "PE", "secureBoot", "UEFI", ] license = "MulanPSL-2.0" repository = "https://github.com/pkking/efi_signer/" [dependencies.byteorder] version = "1.4.3" [dependencies.cms] version = "0.2.2" features = ["pem"] [dependencies.der] version = "0.7.8" [dependencies.digest] version = "0.10.7" [dependencies.goblin] version = "0.6.1" [dependencies.log] version = "0.4.17" [dependencies.md-5] version = "0.10.6" [dependencies.openssl] version = "0.10.52" [dependencies.openssl-sys] version = "0.9.87" [dependencies.picky] version = "7.0.0-rc.8" features = [ "pkcs7", "wincert", "time_conversion", "ctl", "ctl_http_fetch", ] [dependencies.picky-asn1-x509] version = "0.12.0" [dependencies.serde] version = "1.0.159" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.snafu] version = "0.7.4" features = [ "backtraces", "backtraces-impl-std", "unstable-provider-api", ] [dependencies.x509-cert] version = "0.2.4" [dev-dependencies.clap] version = "4.2.4" features = ["derive"] [dev-dependencies.env_logger] version = "0.10.0"