ipcrypt 0.1.0

Symmetric IPv4 address encryption
Documentation
[badges.appveyor]
repository = "stbuehler/rust-ipcrypt"

[badges.travis-ci]
repository = "stbuehler/rust-ipcrypt"

[dependencies]

[[example]]
crate-type = ["cdylib"]
name = "cipcrypt"

[features]
no-std = []

[package]
authors = ["Stefan Bühler <stbuehler@web.de>"]
categories = ["cryptography"]
description = "Symmetric IPv4 address encryption"
documentation = "https://docs.rs/ipcrypt"
homepage = "https://github.com/stbuehler/rust-ipcrypt"
keywords = ["ipcrypt"]
license = "MIT"
name = "ipcrypt"
readme = "README.md"
repository = "https://github.com/stbuehler/rust-ipcrypt"
version = "0.1.0"

[profile.release]
lto = true
panic = "abort"