forked from cleverbase/scal3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (27 loc) · 833 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "scal3"
description = "Verify that systems operate under your sole control (prototype, patent pending)"
license = "CC-BY-NC-4.0"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/cleverbase/scal3"
authors = ["Sander Dijkhuis <[email protected]>"]
readme = "src/README.md"
categories = ["authentication", "cryptography"]
exclude = ["/README.md", "/docs/media/scal3.png"]
[dependencies]
frost-core = { version = "0.7.0", features = ["internals"] }
frost-p256 = { version = "0.7.0" }
libc = "0.2.153"
p256 = "0.13.2"
postcard = "1.0.8"
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
serdect = "0.2.0"
sha2 = "0.10.8"
signature = { version = "2.2.0", features = ["digest"] }
zeroize = "1.7.0"
[dev-dependencies]
hex = "0.4.3"
hex-literal = "0.4.1"
hmac = "0.12.1"