# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sql_db_mapper" version = "0.1.0" authors = ["John Martin "] description = "Maps a SQL database to rust structs and functions" documentation = "https://docs.rs/sql_db_mapper/" readme = "README.md" keywords = ["sql", "orm", "postgres"] categories = ["command-line-utilities", "database"] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnMartin95/sql_db_mapper" [lib] name = "sql_db_mapper" path = "src/lib.rs" [[bin]] name = "sql_db_mapper" path = "src/bin/main.rs" [dependencies.heck] version = "0.3.2" [dependencies.postgres] version = "0.19.0" features = ["with-chrono-0_4"] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.sql_db_mapper_core] version = "0.1.0" [dependencies.structopt] version = "0.3"