kripher 0.8.0

File encoder based on an own algorithm.
Documentation
[package]
name = "kripher"
version = "0.8.0"
authors = ["Mario Nachbaur <mario.nachbaur@outlook.com>"]

description = "File encoder based on an own algorithm."
keywords = ["encode", "decode"]
readme = "README.md"

repository = "https://github.com/marionauta/kripher.rs"
license = "MIT"

exclude = ["man/*", ".travis.yml", ".gitignore"]

[lib]
name = "kripher"

[[bin]]
name = "kripher"
doc = false

[profile.release]
lto = true