nsm-test/Cargo.toml (16 lines of code) (raw):
[package]
name = "nsm-test"
version = "0.4.0"
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
edition = "2018"
[features]
config_emulated = []
[dependencies]
serde_bytes = "0.11"
serde_cbor = "0.11"
aws-nitro-enclaves-nsm-api = { path = "../" }
nsm-lib = { path = "../nsm-lib" }
nix = "0.26"
threadpool = "1.7"
signal-hook = "0.3"
vsock = "0.3"