Files
swift-secure-enclave-tool-rs/Cargo.toml
2025-05-12 23:18:46 +08:00

18 lines
498 B
TOML

[package]
name = "swift-secure-enclave-tool-rs"
version = "1.0.0"
edition = "2024"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/swift-secure-enclave-tool-rs"
description = "Swift secure enclave tool in Rust"
license = "MIT OR Apache-2.0"
keywords = ["crypto", "ecdsa", "ecdh", "secure-enclave"]
categories = ["cryptography"]
[dependencies]
hex = "0.4.3"
base64 = "0.22.1"
rust_util = "0.6.47"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"