staticrypt 1.2.0

Static encryption for string literals and binary data
Documentation
[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.staticrypt_macros]
version = "1.2.0"

[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"
edition = "2024"
license = "MIT"
name = "staticrypt"
readme = "README.md"
repository = "https://github.com/Naxdy/staticrypt"
version = "1.2.0"