[package] name = "rust_orm_gen" version = "0.1.3" authors = ["Tom Blanchard tomblanchard312@gmail.com"] edition = "2021" description = "A Rust ORM generator" license = "MIT" repository = "https://github.com/tomblanchard312/rust_orm_gen" homepage = "https://github.com/tomblanchard312/rust_orm_gen" readme = "Readme.md" [dependencies] tokio = { version = "1", features = ["full"] } tokio-postgres = "0.7" dotenv = "0.15" log = "0.4" env_logger = "0.9" async-trait = "0.1.50" chrono = "0.4" convert_case = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = "1.0" bigdecimal = "0.2" mockall = "0.11.3"