# 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 = "db-introspector-gadget" version = "0.2.0" authors = ["Ses "] description = "A MySql and Postgres database introspection tool that generates Python types" readme = "README.md" license = "MIT" repository = "https://github.com/sesgoe/introspector-gadget" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.3.22" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.indoc] version = "2.0.3" [dependencies.itertools] version = "0.11.0" [dependencies.sqlx] version = "0.7.1" features = [ "mysql", "postgres", "runtime-tokio-rustls", ] [dependencies.tokio] version = "1.32.0" features = ["full"]