premix-macros 1.0.9-alpha

Proc-macros for Premix ORM.
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 = "premix-macros"
version = "1.0.9-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macros for Premix ORM."
readme = "README.md"
license = "MIT"
repository = "https://github.com/premix-labs/premix-orm"

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

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

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

[dependencies.quote]
version = "1.0.43"

[dependencies.syn]
version = "2.0.114"

[dev-dependencies.tokio]
version = "1"
features = ["full"]