[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[build-dependencies.cc]
version = "1.2"
[dependencies.rand]
version = "0.9"
[dev-dependencies.criterion]
version = "0.7"
[lib]
name = "ipcrypt2"
path = "src/lib.rs"
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography", "wasm", "security", "no-std"]
description = """
A Rust library for format-preserving encryption of IP addresses.
Supports both deterministic and non-deterministic encryption modes.
"""
documentation = "https://docs.rs/ipcrypt2"
edition = "2021"
homepage = "https://github.com/jedisct1/rust-ipcrypt2"
keywords = ["crypto", "ip", "address", "obfuscation", "encryption"]
license = "ISC"
name = "ipcrypt2"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-ipcrypt2"
version = "0.9.1"
[profile.release]
codegen-units = 1
incremental = false
panic = "abort"