# 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 = "sev-snp-utilities" version = "1.5.1" authors = [ "Nicholas Young ", "Howard Tam ", ] exclude = ["resources/test/"] description = "AMD SEV-SNP utils" homepage = "https://litprotocol.com/" readme = "README.md" keywords = [ "attestation", "AMD", "SEV-SNP", ] categories = [ "api-bindings", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/LIT-Protocol/sev-snp-utils" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.57" [dependencies.base64] version = "0.20.0-alpha.1" [dependencies.bytemuck] version = "1.12.3" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.2.1" [dependencies.cached] version = "0.41.0" [dependencies.hex] version = "0.4.3" [dependencies.libc] version = "0.2.134" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.26.1" [dependencies.once_cell] version = "1.17.0" [dependencies.openssl] version = "0.10.42" [dependencies.pem] version = "1.1.0" [dependencies.reqwest] version = "0.11.12" [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [features] default = [] trust-dns = ["reqwest/trust-dns"]