# 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 = "tailwag_orm" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ORM for building Postgres schemas and data access with a Manager pattern, backed by sqlx." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nikwithak/tailwag_orm" [lib] name = "tailwag_orm" path = "src/lib.rs" [[bin]] name = "tailwag_orm" path = "src/main.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.futures] version = "0.3.28" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.20" [dependencies.quote] version = "1.0.29" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.183" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sqlx] version = "0.7.1" features = [ "runtime-tokio-rustls", "chrono", "postgres", "uuid", ] [dependencies.uuid] version = "1.4.0" features = [ "v4", "serde", ]