# 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 = "diesel_cli_ext" version = "0.3.14" authors = ["Abby "] description = "Provides different tools for projects using the diesel_cli." homepage = "http://abby.md" documentation = "https://github.com/abbychau/diesel_cli_ext/blob/master/README.md" readme = "README.md" keywords = [ "diesel", "codegen", "cli", "diesel_cli", "diesel_cli_ext", ] license = "MIT OR Apache-2.0" repository = "https://github.com/abbychau/diesel_cli_ext" [[bin]] name = "diesel_ext" path = "src/main.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.getopts] version = "0.2" [dependencies.toml] version = "0.5.5" [dev-dependencies.pretty_assertions] version = "1.4.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "abbychau/diesel_cli_ext"