# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ipcrypt" version = "0.1.0" authors = ["Stefan Bühler "] description = "Symmetric IPv4 address encryption" homepage = "https://github.com/stbuehler/rust-ipcrypt" documentation = "https://docs.rs/ipcrypt" readme = "README.md" keywords = ["ipcrypt"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/stbuehler/rust-ipcrypt" [profile.release] lto = true panic = "abort" [[example]] name = "cipcrypt" crate-type = ["cdylib"] [dependencies] [features] no-std = [] [badges.appveyor] repository = "stbuehler/rust-ipcrypt" [badges.travis-ci] repository = "stbuehler/rust-ipcrypt"