evenframe_core 0.5.0

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

[features]
cli = [
    "schemasync-full",
    "typesync-all",
    "surrealdb",
    "dep:clap",
]
default = []
dev-mode = []
flatbuffers = ["typesync"]
full = [
    "schemasync-full",
    "typesync-all",
]
macroforge = [
    "typesync",
    "dep:macroforge_ts",
]
mockmake = [
    "schemasync",
    "dep:chrono-tz",
]
protobuf = ["typesync"]
schemasync = [
    "surrealdb",
    "tempfile",
]
schemasync-full = [
    "schemasync",
    "mockmake",
]
surrealdb = ["dep:surrealdb"]
typesync = []
typesync-all = [
    "typesync",
    "protobuf",
    "flatbuffers",
    "macroforge",
]
wasm-plugins = [
    "schemasync",
    "dep:wasmtime",
]

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

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

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

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

[dependencies.blake3]
version = "1.8"

[dependencies.bon]
version = "3.10.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.chrono-tz]
version = "0.10.4"
optional = true

[dependencies.clap]
version = "4.6"
features = ["derive"]
optional = true

[dependencies.convert_case]
version = "0.12.0"

[dependencies.derive-syn-parse]
version = "0.2.0"

[dependencies.derive_more]
version = "2.1.1"
features = ["from"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.34"

[dependencies.heck]
version = "0.5.0"

[dependencies.ignore]
version = "0.4.33"

[dependencies.linkme]
version = "0.3.37"

[dependencies.macroforge_ts]
version = "0.1.84"
optional = true

[dependencies.once_cell]
version = "1.21.4"

[dependencies.ordered-float]
version = "5.5.0"
features = ["serde"]

[dependencies.petgraph]
version = "0.8.3"

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

[dependencies.quote]
version = "1.0.47"

[dependencies.rand]
version = "0.10.2"

[dependencies.rand_distr]
version = "0.6.0"

[dependencies.rayon]
version = "1.12"

[dependencies.regex]
version = "1.13.1"

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

[dependencies.serde-value]
version = "0.7.0"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.surrealdb]
version = "3.2.4"
features = [
    "kv-mem",
    "protocol-http",
]
optional = true

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

[dependencies.tempfile]
version = "3.27"
optional = true

[dependencies.thiserror]
version = "2.0.20"

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

[dependencies.toml]
version = "1.1.6"

[dependencies.tracing]
version = "0.1.44"

[dependencies.try_from_expr]
version = "0.1.1"

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

[dependencies.wasmtime]
version = "48"
optional = true

[dev-dependencies.insta]
version = "1.48"

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

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

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

[dev-dependencies.serde_json]
version = "1.0.151"

[dev-dependencies.temp-env]
version = "0.3"

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