# 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 = "rust_orm_gen" version = "0.1.3" authors = ["Tom Blanchard tomblanchard312@gmail.com"] description = "A Rust ORM generator" homepage = "https://github.com/tomblanchard312/rust_orm_gen" readme = "Readme.md" license = "MIT" repository = "https://github.com/tomblanchard312/rust_orm_gen" [dependencies.async-trait] version = "0.1.50" [dependencies.bigdecimal] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.convert_case] version = "0.4" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.mockall] version = "0.11.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7" [dependencies.uuid] version = "1.0"