# 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" name = "serde2file" version = "0.6.7" authors = ["一叶微尘 "] description = "serialize some data to a file or deserialize a data from a file,support encrypt/decrypt file;将struct序列化化存储为文件,或者从文件反序列化为struct,文件存储时支持加密存储." readme = "README.md" keywords = [ "serde", "serialization", "dump", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://gitee.com/eshangrao/serde2file" resolver = "1" [dependencies.aes-gcm] version = "0.9" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde2file_macro_derive] version = "0.6" [dependencies.serde_json] version = "1" features = ["preserve_order"] [features] core = [] default = ["encrypt_tool"] encrypt_tool = ["dep:aes-gcm"]