gen-memory-database 1.0.0

In memory based minimal database
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"
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"
homepage = "https://gitlab.com/silmarills/rust/gen-memory-database"
readme = "README.md"
keywords = [
    "rust",
    "database",
    "lib",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://gitlab.com/silmarills/rust/gen-memory-database"

[lib]
name = "gen_memory_database"
path = "src/lib.rs"

[dependencies.convert_case]
version = "0.8.0"

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

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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