[package]
name = "dsync"
description = "Generate rust structs & query functions from diesel schema files."
version = "0.0.14"
readme = "README.md"
repository = "https://github.com/Wulf/dsync"
license = "MIT OR Apache-2.0"
keywords = ["diesel", "crud", "database", "codegen", "generation"]
categories = ["command-line-utilities", "development-tools", "development-tools::ffi", "web-programming"]
authors = ["Haris <4259838+Wulf@users.noreply.github.com>"]
edition = "2021"
[features]
default = ["tsync"]
tsync = []
async = []
[dependencies]
structopt = "0.3"
syn = { version = "1", features = ["extra-traits", "full"] }
anyhow = "1"
proc-macro2 = "1"
indoc = "2.0.0"
Inflector = { version = "0.11.4" }
[lib]
path = "src/lib.rs"
[[bin]]
name = "dsync"
test = false
path = "src/bin/main.rs"