secretspec-derive 0.5.1

Derive macros for SecretSpec type-safe code generation
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.secretspec]
version = "0.5.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.syn]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.http]
version = "1.0"

[dev-dependencies.insta]
version = "1.34"

[dev-dependencies.secrecy]
features = ["serde"]
version = "0.10.3"

[dev-dependencies.secretspec]
version = "0.5.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.trybuild]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macros for SecretSpec type-safe code generation"
edition = "2024"
license = "Apache-2.0"
name = "secretspec-derive"
readme = false
repository = "https://github.com/cachix/secretspec"
resolver = "2"
version = "0.5.1"

[[test]]
name = "compile_tests"
path = "tests/compile_tests.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "macro_expansion"
path = "tests/macro_expansion.rs"

[[test]]
name = "snapshot_tests"
path = "tests/snapshot_tests.rs"

[[test]]
name = "test_macro"
path = "tests/test_macro.rs"

[[test]]
name = "validation_test"
path = "tests/validation_test.rs"