secretspec-derive 0.6.2

Derive macros for SecretSpec type-safe code generation
Documentation
# 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"
name = "secretspec-derive"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for SecretSpec type-safe code generation"
readme = false
license = "Apache-2.0"
repository = "https://github.com/cachix/secretspec"
resolver = "2"

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

[[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"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.secretspec]
version = "0.6.2"

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

[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]
version = "0.10.3"
features = ["serde"]

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

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

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

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