# 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 = "pgdb_to_struct" version = "0.1.3" description = "A Rust CLI application to generate Rust struct files from PostgreSQL database tables." documentation = "https://docs.rs/pgdb_to_struct" readme = "README.md" keywords = [ "cli", "postgres", "database", "struct", "generator", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/claudiomontchaves/pgdb_to_struct" [dependencies.app_properties] version = "0.1.2" [dependencies.sqlx] version = "0.7.1" features = [ "runtime-tokio-rustls", "postgres", "uuid", ] [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.uuid] version = "1.4.1"