Skip to content
Cargo.toml 649 B
Newer Older
[package]
name = "aead_vfs"

version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = [ "fs_locks" ]
fs_locks = [ "multi_key_manager/fs_locks" ]

[dependencies]
Stefan Schindler's avatar
Stefan Schindler committed
multi_key_manager = { path = "../multi_key_manager", features = ["with_nonce"] }

ring = { version = "0.16.20", features = ["std"] }
Stefan Schindler's avatar
Stefan Schindler committed
serde = { version = "1.0.163", features = ["derive"] }
Stefan Schindler's avatar
Stefan Schindler committed
#parking_lot = { version = "0.12.1", features = ["arc_lock"] }