evenframe_derive 0.1.2

Derive macros for Evenframe - automatic database schema and CRUD 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 = "evenframe_derive"
version = "0.1.2"
authors = ["Jakob Lochinski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for Evenframe - automatic database schema and CRUD generation"
documentation = "https://docs.rs/evenframe_derive"
readme = "README.md"
keywords = [
    "macro",
    "derive",
    "surrealdb",
    "codegen",
    "database",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/rymskip/evenframe"
resolver = "2"

[features]
default = []

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

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

[dependencies.convert_case]
version = "0.11.0"

[dependencies.evenframe_core]
version = "0.1.0"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde_json]
version = "1.0.142"

[dependencies.syn]
version = "2.0.104"
features = ["full"]

[dev-dependencies.linkme]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.proptest]
version = "1.4"

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