[package]
edition = "2024"
name = "scythe-codegen"
version = "0.6.1"
authors = ["Na'aman Hirschfeld"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polyglot code generation backends for scythe"
homepage = "https://goldziher.github.io/scythe"
documentation = "https://goldziher.github.io/scythe"
readme = false
keywords = [
"sql",
"codegen",
"polyglot",
"code-generation",
"database",
]
categories = [
"development-tools",
"database",
]
license = "MIT"
repository = "https://github.com/Goldziher/scythe"
[lib]
name = "scythe_codegen"
path = "src/lib.rs"
[[test]]
name = "tool_validation"
path = "tests/tool_validation.rs"
[dependencies.ahash]
version = "0.8"
features = ["serde"]
[dependencies.scythe-backend]
version = "0.6.1"
[dependencies.scythe-core]
version = "0.6.1"
[dependencies.toml]
version = "1.1"