# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74" name = "struct-box" version = "0.1.0" authors = ["Matt Palmer "] include = [ "/LICENCE", "/src/*.rs", ] description = "Securely encrypt any serializable struct / enum" homepage = "https://github.com/mpalmer/struct-box" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/mpalmer/struct-box" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dev-dependencies.ciborium] version = "0.2" [dev-dependencies.serde] version = "1.0" [dev-dependencies.strong-box] version = "0.4"