gen-memory-database-macro 1.0.0

In memory based minimal database macro
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 = "gen-memory-database-macro"
version = "1.0.0"
authors = ["Sébastien Dugène <sebastien.dugene@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In memory based minimal database macro"
homepage = "https://gitlab.com/silmarills/rust/gen-memory-database-macro"
readme = "README.md"
keywords = [
    "rust",
    "memory",
    "lib",
    "macro",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://gitlab.com/silmarills/rust/gen-memory-database-macro"

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

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

[dependencies.convert_case]
version = "0.8.0"

[dependencies.gen-memory-database]
version = "1.0.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0.101"
features = ["derive"]

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.gen-memory]
version = "1.0.3"
features = ["serde"]

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