[build-dependencies.cc]
version = "1.2"
[dependencies]
[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.2.0"
[profile.release]
codegen-units = 1
incremental = false
panic = "abort"
[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3"
[target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dependencies.getrandom]
version = "0.3"