binary_enclave 0.1.0

embed modifiable configuration or other data within a binary directly
Documentation
[dependencies.binary_enclave_macro]
version = "=0.1.0"

[dependencies.bincode]
version = "^1.3"

[dependencies.goblin]
version = "^0.2"

[dependencies.serde]
version = "^1.0"

[dependencies.thiserror]
version = "^1.0"

[package]
authors = ["Zachery Hostens <zacheryph@gmail.com>"]
categories = ["config"]
description = "embed modifiable configuration or other data within a binary directly"
edition = "2018"
exclude = [".gitignore", "examples/"]
homepage = "https://github.com/zacheryph/binary_enclave"
license = "MIT"
name = "binary_enclave"
readme = "README.md"
repository = "https://github.com/zacheryph/binary_enclave"
version = "0.1.0"