-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (36 loc) · 930 Bytes
/
Copy pathCargo.toml
File metadata and controls
38 lines (36 loc) · 930 Bytes
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
30
31
32
33
34
35
36
37
38
[package]
name = "carkey_rs"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/linuxhunter/carkey_rs.git"
[profile.release]
lto = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes = "0.8.3"
bitflags = "2.4.0"
bluer = { version = "0.15.7", features = ["full"] }
cmac = "0.7.2"
crc16 = "0.4.0"
ecdh = "0.0.12"
elliptic-curve = { version = "0.13.5", features = ["ecdh"] }
env_logger = "0.10.0"
error-chain = "0.12.4"
futures = "0.3.28"
hex-literal = "0.4.1"
hkdf = "0.12.3"
lazy_static = "1.4.0"
openssl = "0.10.55"
pbkdf2 = "0.12.2"
rand = "0.8.5"
sha2 = "0.10.7"
tokio = { version = "1.29.1", features = ["full"] }
uuid = "1.4.1"
log = "0.4.19"
iso7816-tlv = "0.4.3"
x509-parser = "0.15.1"
http = "1.0.0"
tokio-websockets = { version = "0.5.0", features = ["client", "fastrand", "sha1_smol"] }
base64 = "0.21.7"
cbc = "0.1.2"
ecb = "0.1.2"