# 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 = "cargo-sgx" version = "0.3.5" authors = ["Automata Team"] description = "Tool to build sgx enclave lib" homepage = "https://www.ata.network/" readme = "README.md" keywords = [ "sgx", "dcap", "framework", ] categories = [ "command-line-utilities", "development-tools", "hardware-support", ] license = "Apache-2.0" [dependencies.base64ct] version = "=1.6.0" [dependencies.cargo-platform] version = "=0.1.8" [dependencies.cargo_metadata] version = "=0.18.1" [dependencies.cc] version = "=1.1.5" [dependencies.clap] version = "=4.5.1" features = [ "derive", "env", ] [dependencies.env_logger] version = "=0.11" [dependencies.log] version = "=0.4" [dependencies.pem] version = "=0.8" [dependencies.rand] version = "=0.8.5" [dependencies.rsa] version = "=0.6" [dependencies.serde] version = "=1" features = ["derive"] [dependencies.serde_json] version = "=1"