[dependencies.getrandom]
default-features = false
optional = true
version = "0.2.15"
[features]
default = ["getrandom"]
getrandom = ["dep:getrandom"]
[lib]
name = "stedy"
path = "src/lib.rs"
[package]
authors = ["Christoffer Carlsson <cc@christoffercarlsson.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Easy-to-use primitives for modern cryptographic protocols"
edition = "2021"
keywords = ["cryptography", "primitives", "encryption", "signatures", "hashing"]
license = "Unlicense"
name = "stedy"
readme = "README.md"
repository = "https://github.com/christoffercarlsson/stedy"
version = "1.0.0-beta.3"