1
0
mirror of https://github.com/danog/tergent.git synced 2024-11-26 20:15:00 +01:00
tergent/Cargo.toml
Kaan Karaagacli d685846c88
Switch the interface to cryptoki
Remove the ssh-agent interface and replace it with PKCS#11 (cryptoki).
2020-08-09 16:39:48 -07:00

23 lines
485 B
TOML

[package]
name = "tergent"
version = "1.0.0"
authors = ["Kaan Karaagacli <kaankaraagacli@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
base64 = "0.12.3"
bitflags = "1.2.1"
hex = "0.4.2"
nix = "0.18.0"
num-derive = "0.3.1"
num-traits = "0.2.12"
once_cell = "1.4.0"
serde_json = "1.0.57"
simple_asn1 = "0.4.1"
uuid = { version = "0.8.1", features = ["v4"] }