# 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 = "2018" name = "td-shim-interface" version = "0.1.1" description = "TD-shim metadata data structures and related functions. UEFI Platform Initializaiton data structures and accessors" homepage = "https://github.com/confidential-containers/td-shim" readme = "README.md" keywords = [ "td-shim", "TDX", "intel", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/confidential-containers/td-shim" resolver = "2" [dependencies.log] version = "0.4.13" [dependencies.r-efi] version = "3.2.0" [dependencies.scroll] version = "0.10" features = ["derive"] default-features = false [dependencies.zerocopy] version = "0.7.31" features = ["derive"]