# 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 = "sql_reveser" version = "0.1.3" description = "sql reveser template" homepage = "https://github.com/ptechen" documentation = "https://github.com/ptechen/sql_reveser/blob/main/README.md" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ptechen/sql_reveser.git" [dependencies.log] version = "0.4.16" [dependencies.quicli] version = "0.4.0" [dependencies.sql_reveser_error] version = "^0.1" [dependencies.sql_reveser_struct] version = "^0.1" [dependencies.sql_reveser_template] version = "^0.1" features = ["tokio"] default_features = false [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11"