Files
proof_viz/Cargo.toml
2023-10-12 11:04:38 +02:00

35 lines
920 B
TOML

[package]
name = "proof_viz"
version = "0.1.0"
authors = ["Hendrik Eeckhaut <hendrik@eeckhaut.org>"]
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
getrandom = { version = "0.2.10", features = ["js"] }
js-sys = "0.3"
yew = { version = "0.20.0", features = ["csr"] }
base64 = "0.21.2"
gloo = "0.8"
serde_json = "1.0.107"
chrono = "0.4.31"
p256 = { version = "0.13", features = ["ecdsa"] }
elliptic-curve = { version = "0.13.5", features = ["pkcs8"] }
webpki-roots = "0.25.2"
wasm-logger = "0.2.0"
web-time = "0.2"
# tlsn-core = { git = "https://github.com/tlsnotary/tlsn", branch = "dev" }
[dependencies.tlsn-core]
git = "https://github.com/mhchia/tlsn.git"
branch = "dev-20231006-webtime-2"
package = "tlsn-core"
[patch.crates-io.ring]
git = "https://github.com/betrusted-io/ring-xous"
branch = "0.16.20-cleanup"
[dependencies.web-sys]
version = "0.3"
features = ["File", "DragEvent", "DataTransfer"]