[package] name = "sgxencrypt" description = "Cli tool for encrypting content for fleek network sgx enclaves" version = "0.0.3" edition = "2021" authors = ["ozwaldorf "] license = "MIT" [dependencies] anyhow.workspace = true bpaf = { version = "0.9.12", features = ["derive", "dull-color"] } # cli parsing hex = "0.4.3" # encoding/decoding public keys ecies = { version = "0.2.7", default-features = false, features = ["pure", "std"] } # encrypting content for the sgx enclave [[bin]] name = "sgxencrypt" path = "./bin.rs"