evenframe 0.1.4

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.4"
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"

[features]
all-providers = ["evenframe_core/all-providers"]
cli = [
    "evenframe_core/cli",
    "schemasync",
    "surrealdb",
    "typesync-all",
]
default = ["cli"]
flatbuffers = ["evenframe_core/flatbuffers"]
full = ["evenframe_core/full"]
macroforge = ["evenframe_core/macroforge"]
mockmake = ["evenframe_core/mockmake"]
mysql = ["evenframe_core/mysql"]
postgres = ["evenframe_core/postgres"]
protobuf = ["evenframe_core/protobuf"]
schemasync = ["evenframe_core/schemasync"]
schemasync-full = ["evenframe_core/schemasync-full"]
sql = ["evenframe_core/sql"]
sql-all = ["evenframe_core/sql-all"]
sqlite = ["evenframe_core/sqlite"]
surrealdb = ["evenframe_core/surrealdb"]
typesync = ["evenframe_core/typesync"]
typesync-all = ["evenframe_core/typesync-all"]
wasm-plugins = ["evenframe_core/wasm-plugins"]

[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.evenframe_core]
version = "0.1.0"
features = ["cli"]
default-features = false

[dependencies.evenframe_derive]
version = "0.1.0"

[dependencies.linkme]
version = "0.3.33"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde_json]
version = "1.0.142"

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

[dependencies.tokio]
version = "1.47.1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "1.0.3"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[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"