evenframe 0.1.3

A unified framework for TypeScript type generation and database schema synchronization
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"
version = "0.1.3"
authors = ["Jakob Lochinski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A unified framework for TypeScript type generation and database schema synchronization"
homepage = "https://github.com/rymskip/evenframe"
documentation = "https://docs.rs/evenframe"
readme = "README.md"
keywords = [
    "typescript",
    "codegen",
    "surrealdb",
    "schema",
    "types",
]
categories = [
    "development-tools",
    "database",
]
license = "MIT"
repository = "https://github.com/rymskip/evenframe"
resolver = "2"

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

[[bin]]
name = "evenframe"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.convert_case]
version = "0.11.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.evenframe_core]
version = "0.1.0"

[dependencies.evenframe_derive]
version = "0.1.0"

[dependencies.linkme]
version = "0.3.33"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.toml]
version = "1.0.3"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.mockall]
version = "0.13"

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

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

[dev-dependencies.tempfile]
version = "3.10"