# 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 = "rust-sgx-util" version = "0.2.3" authors = ["Jakub Konka "] description = "A safe wrapper around Graphene `sgx-util` C-library." homepage = "https://github.com/golemfactory/proofofdevice" documentation = "https://docs.rs/rust-sgx-util" readme = "README.md" license = "LGPL-3.0" repository = "https://github.com/golemfactory/proofofdevice" [dependencies.base64] version = "0.12" optional = true [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.structopt] version = "0.3" [features] default = [] with_serde = ["serde", "base64"] [badges.maintenance] status = "actively-developed"