# 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 = "tdx-quote" version = "0.0.1" authors = ["Entropy Cryptography "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parses and verifies Intel TDX quotes" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/entropyxyz/tdx-quote" [lib] name = "tdx_quote" path = "src/lib.rs" [[test]] name = "parse" path = "tests/parse.rs" [dependencies.nom] version = "7.1.3" default-features = false [dependencies.p256] version = "0.13.2" features = [ "ecdsa", "alloc", ] default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dev-dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [features] mock = []