[package]
edition = "2021"
rust-version = "1.70"
name = "crdt-codegen"
version = "0.2.0"
authors = ["abdielLopezpy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation from TOML schemas for crdt-kit: persistence layer with repositories, events, and sync"
homepage = "https://github.com/abdielLopezpy/crdt-kit"
readme = "README.md"
keywords = [
"crdt",
"codegen",
"schema",
"migration",
"local-first",
]
categories = [
"development-tools",
"database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/abdielLopezpy/crdt-kit"
[lib]
name = "crdt_codegen"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"