powlib/Cargo.toml

17 lines
341 B
TOML
Raw Normal View History

2023-08-01 06:06:02 +02:00
[package]
name = "powlib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "powlib"
[dependencies]
rand = "0.8.5"
scrypt = "0.11.0"
tokio = { version = "1.26.0", optional = true, features = [ "full" ] }
[features]
tokio_futures = [ "tokio" ]