[package]
edition = "2024"
rust-version = "1.90"
name = "lexe-enclave"
version = "0.1.4"
authors = [
"Max Fang <max@lexe.app>",
"Philip Hayes <philip@lexe.app>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexe Intel SGX enclave types and platform functions"
documentation = "https://docs.rs/lexe-enclave"
readme = "crates-io.md"
license = "MIT"
repository = "https://github.com/lexe-app/lexe-public"
resolver = "2"
[package.metadata.fortanix-sgx]
[features]
default = []
test-utils = [
"dep:proptest",
"dep:proptest-derive",
]
[lib]
name = "lexe_enclave"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1"
[dependencies.lexe-byte-array]
version = "0.1.4"
[dependencies.lexe-hex]
version = "0.1.4"
[dependencies.lexe-serde]
version = "0.1.4"
[dependencies.lexe-sha256]
version = "0.1.4"
[dependencies.lexe-std]
version = "0.1.4"
features = ["ref-cast"]
[dependencies.proptest]
version = "1"
features = ["alloc"]
optional = true
default-features = false
[dependencies.proptest-derive]
version = "0.5"
optional = true
[dependencies.ref-cast]
version = "1"
[dependencies.ring]
version = "0.17"
[dependencies.sgx-isa]
version = "0.4"
[dev-dependencies.proptest]
version = "1"
features = ["alloc"]
default-features = false
[dev-dependencies.proptest-derive]
version = "0.5"
[dev-dependencies.serde_core]
version = "1"
default-features = false
[dev-dependencies.serde_json]
version = "1"