# 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] edition = "2018" name = "binary_enclave" version = "0.1.1" authors = ["Zachery Hostens "] exclude = [".gitignore", "examples/"] description = "embed modifiable configuration or other data within a binary directly" homepage = "https://github.com/zacheryph/binary_enclave" documentation = "https://docs.rs/binary_enclave" readme = "README.md" categories = ["config"] license = "MIT" repository = "https://github.com/zacheryph/binary_enclave" [dependencies.binary_enclave_macro] version = "=0.1.1" [dependencies.bincode] version = "^1.3" [dependencies.goblin] version = "^0.3" [dependencies.serde] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dev-dependencies.serde] version = "1.0.114" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.55"