encrypt_config_derive 2.0.2

A Rust crate to manage, persist and encrypt your configurations.
# 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 = "2024"
rust-version = "1.86"
name = "encrypt_config_derive"
version = "2.0.2"
authors = ["Louis <836250617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate to manage, persist and encrypt your configurations."
documentation = "https://docs.rs/encrypt-config"
readme = false
keywords = [
    "config",
    "encryption",
]
license = "MIT"
repository = "https://github.com/kingwingfly/encrypt-config"

[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
default_config_dir = []
full = [
    "persist",
    "secret",
]
mock = []
persist = []
secret = ["persist"]

[lib]
name = "encrypt_config_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2"
features = ["full"]

[dev-dependencies.serde]
version = "1"
features = ["derive"]