resource-model-macro 0.1.0

Proc-macro that generates CRUD structs, sqlx repositories, migrations, and an Axum REST API from a YAML spec
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 = "resource-model-macro"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro that generates CRUD structs, sqlx repositories, migrations, and an Axum REST API from a YAML spec"
documentation = "https://docs.rs/resource-model-macro"
readme = "README.md"
keywords = [
    "proc-macro",
    "crud",
    "sqlx",
    "axum",
    "codegen",
]
categories = [
    "database",
    "web-programming",
    "development-tools::procedural-macro-helpers",
]
license = "MIT"
repository = "https://github.com/pinsky-three/stem-cell/tree/main/crates/resource-model-macro"
resolver = "2"

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

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

[dependencies.quote]
version = "1"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.syn]
version = "2"