# 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 = "2021" name = "dsync" version = "0.1.0" authors = [ "Haris <4259838+Wulf@users.noreply.github.com>", "hasezoey ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate rust structs & query functions from diesel schema files." readme = "README.md" keywords = [ "diesel", "crud", "database", "codegen", "generation", ] categories = [ "command-line-utilities", "development-tools", "development-tools::ffi", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Wulf/dsync" [lib] name = "dsync" path = "src/lib.rs" [[bin]] name = "dsync" path = "src/bin/main.rs" test = false [dependencies.clap] version = "4.4" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.4" [dependencies.heck] version = "0.4" [dependencies.indoc] version = "2.0.4" [dependencies.proc-macro2] version = "1" [dependencies.syn] version = "2" features = [ "extra-traits", "full", ] [dependencies.thiserror] version = "1.0" [features] advanced-queries = [] async = [] backtrace = [] default = [ "tsync", "backtrace", "derive-queryablebyname", ] derive-queryablebyname = [] tsync = []