# 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 = "occlum-sgx" version = "0.1.13" authors = ["Ivan Chirkin "] exclude = ["tests/fixtures/*"] description = "Lib for generate and verify DCAP SGX Report received from Occlum" readme = "README.md" keywords = [ "occlum", "sgx", "dcap", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aggregion/occlum-sgx" [dependencies.base64] version = "0.21.2" [dependencies.cfg-if] version = "1.0.0" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.144" [dependencies.log] version = "0.4.18" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", ] default-features = false [dev-dependencies.insta] version = "1.29.0" features = ["yaml"]