[package] name = "dsync-hasezoey" description = "Generate rust structs & query functions from diesel schema files." version = "0.3.0+deprecated" readme = "README.md" repository = "https://github.com/hasezoey/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>", "hasezoey "] edition = "2021" [features] default = ["tsync", "backtrace"] tsync = ["libdsync-hasezoey/tsync"] async = ["libdsync-hasezoey/async"] backtrace = ["libdsync-hasezoey/backtrace"] [dependencies] clap = { version = "4.3", features = ["derive", "wrap_help"] } clap_complete = "4.3" anyhow = { version = "1.0", features = ["backtrace"] } libdsync-hasezoey = { path = "../lib", version = "0.3.0+deprecated" } [[bin]] name = "dsync" test = false path = "src/main.rs" [badges.maintenance] status = "deprecated"