include-crypt 0.1.1

Safely embed files into your binary.
Documentation
[dependencies.include-crypt-codegen]
version = "0.1.1"

[dependencies.include-crypt-crypto]
version = "0.1.0"

[dependencies.libflate]
optional = true
version = "1.0.3"

[dependencies.obfstr]
version = "0.2.4"

[features]
compression = ["include-crypt-codegen/compression", "libflate"]
default = []
force-build = ["include-crypt-codegen/force-build"]

[package]
authors = ["not-matthias <26800596+not-matthias@users.noreply.github.com>"]
description = "Safely embed files into your binary."
edition = "2018"
license-file = "LICENSE"
name = "include-crypt"
readme = "../README.md"
version = "0.1.1"