# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "em-cli" version = "0.1.0" authors = ["fortanix.com"] description = "This crate provides a cli for Enclave Manager." license = "MPL-2.0" repository = "https://github.com/fortanix/em-client-rust" [dependencies.b64-ct] version = "0.1.1" [dependencies.clap] version = "2.2.5" [dependencies.crypto-hash] version = "0.3" [dependencies.em-client] version = "2.0.0" features = ["client"] default-features = false [dependencies.hyper] version = "0.10" default-features = false [dependencies.hyper-native-tls] version = "0.2" [dependencies.lazy_static] version = "1" [dependencies.native-tls] version = "0.1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.10" [dependencies.serde_json] version = "1.0" [dependencies.sgx-isa] version = "0.3" [dependencies.uuid] version = "0.6.3" features = ["serde"]