[package]
edition = "2024"
rust-version = "1.90"
name = "lexe-std"
version = "0.1.3"
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 extended Rust std"
documentation = "https://docs.rs/lexe-std"
readme = "crates-io.md"
license = "MIT"
repository = "https://github.com/lexe-app/lexe-public"
resolver = "2"
[package.metadata.fortanix-sgx]
[features]
default = []
ref-cast = ["dep:ref-cast"]
[lib]
name = "lexe_std"
path = "src/lib.rs"
[dependencies.ref-cast]
version = "1"
optional = true
[dev-dependencies.proptest]
version = "1"
features = ["alloc"]
default-features = false
[dev-dependencies.proptest-derive]
version = "0.5"
[target.'cfg(not(target_env = "sgx"))'.dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false