[dependencies.aes-gcm]
version = "0.10.3"
[dependencies.staticrypt_macros]
version = "1.2.2"
[lib]
name = "staticrypt"
path = "src/lib.rs"
[lints.clippy.nursery]
level = "warn"
priority = 0
[lints.clippy.pedantic]
level = "warn"
priority = 0
[package]
authors = ["Naxdy <naxdy@naxdy.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Static encryption for string literals and binary data"
documentation = "https://docs.rs/staticrypt"
edition = "2024"
license = "MIT"
name = "staticrypt"
readme = "README.md"
repository = "https://github.com/Naxdy/staticrypt-rs"
version = "1.2.2"