[package] name = "occlum-sgx" version = "0.1.13" edition = "2021" authors = ["Ivan Chirkin "] description = "Lib for generate and verify DCAP SGX Report received from Occlum" license = "MIT OR Apache-2.0" repository = "https://github.com/aggregion/occlum-sgx" exclude = ["tests/fixtures/*"] keywords = ["occlum", "sgx", "dcap"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.2" cfg-if = "1.0.0" hex = "0.4.3" lazy_static = "1.4.0" libc = "0.2.144" log = "0.4.18" [dev-dependencies] insta = { version = "1.29.0", features = ["yaml"] } [dev-dependencies.cargo-husky] version = "1" default-features = false features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy"]