# 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-hasezoey" version = "0.3.0+deprecated" 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/hasezoey/dsync" [[bin]] name = "dsync" path = "src/main.rs" test = false [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.clap] version = "4.3" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.3" [dependencies.libdsync-hasezoey] version = "0.3.0+deprecated" [features] async = ["libdsync-hasezoey/async"] backtrace = ["libdsync-hasezoey/backtrace"] default = [ "tsync", "backtrace", ] tsync = ["libdsync-hasezoey/tsync"] [badges.maintenance] status = "deprecated"