Files
tlsn/crates/tls/backend/Cargo.toml
2025-10-15 09:38:52 -07:00

23 lines
459 B
TOML

[package]
name = "tlsn-tls-backend"
authors = ["TLSNotary Team"]
description = "A TLS backend trait for TLSNotary"
keywords = ["tls", "mpc", "2pc"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.13"
edition = "2021"
[lints]
workspace = true
[lib]
name = "tls_backend"
[dependencies]
tlsn-tls-core = { workspace = true }
async-trait = { workspace = true }
thiserror = { workspace = true }
futures = { workspace = true }