include-crypt-codegen 0.1.1

Codegen helpers for the `include-crypt` crate
Documentation
[dependencies.glob]
version = "0.3.0"

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

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

[dependencies.proc-macro2]
version = "1.0.24"

[dependencies.quote]
version = "1.0.8"

[dependencies.rand]
version = "0.8.3"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.60"
[dev-dependencies.obfstr]
version = "0.2.4"

[features]
compression = ["libflate"]
default = []
force-build = []

[lib]
proc-macro = true

[package]
authors = ["not-matthias <26800596+not-matthias@users.noreply.github.com>"]
build = "build.rs"
description = "Codegen helpers for the `include-crypt` crate"
edition = "2018"
license-file = "LICENSE"
name = "include-crypt-codegen"
version = "0.1.1"