mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 06:38:15 -05:00
23 lines
459 B
TOML
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 }
|