teleform-derive 0.1.0

Teleform-Derive provides procedural macros for the Teleform library, enabling easy implementation of traits for Infrastructure as Code (IaC) in Rust.
Documentation
[dependencies.proc-macro2]
version = "^1.0"

[dependencies.quote]
version = "^1.0"

[dependencies.syn]
features = ["extra-traits", "parsing"]
version = "^2.0"

[lib]
bench = false
name = "teleform_derive"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "command-line-interface", "web-programming"]
description = "Teleform-Derive provides procedural macros for the Teleform library, enabling easy implementation of traits for Infrastructure as Code (IaC) in Rust."
documentation = "https://docs.rs/teleform-derive"
edition = "2021"
homepage = "https://github.com/schell/teleform"
keywords = ["iac", "infrastructure", "dag", "terraform", "pulumi"]
license = "MIT"
name = "teleform-derive"
readme = "README.md"
repository = "https://github.com/schell/teleform"
version = "0.1.0"