# 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" rust-version = "1.68" name = "eif_build" version = "0.2.1" authors = ["The AWS Nitro Enclaves Team "] description = "This CLI tool provides a low level path to assemble an enclave image format (EIF) file used in AWS Nitro Enclaves." readme = "README.md" keywords = [ "Nitro", "Enclaves", "AWS", "EIF", ] license = "Apache-2.0" repository = "https://github.com/aws/aws-nitro-enclaves-image-format" [dependencies.aws-nitro-enclaves-image-format] version = ">= 0.3.0" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.clap] version = "3.2" [dependencies.serde] version = ">=1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9.5"