# 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 = "eventlog-rs" version = "0.1.4" authors = ["Jiale Zhang "] description = "Rust Parsing tool for TCG EventLog" homepage = "https://github.com/inclavare-containers/eventlog-rs" readme = "README.md" license = "Apache-2.0" [[bin]] name = "tdxmeasure" path = "cmd/tdxmeasure/src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1" [dependencies.env_logger] version = "0.8.3" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.sha2] version = "0.10"