# 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 = "dojo-macros" version = "0.2.0" description = "A simple ORM for Rust" homepage = "https://github.com/tokenspan/dojo" license = "MIT" repository = "https://github.com/tokenspan/dojo" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.convert_case] version = "0.6.0" [dependencies.deluxe] version = "0.5.0" [dependencies.postgres-types] version = "0.2.6" features = [ "derive", "with-serde_json-1", ] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dependencies.tokio-postgres] version = "0.7.2" features = [ "with-chrono-0_4", "with-uuid-1", "array-impls", ] [dependencies.uuid] version = "1.6" features = ["v4"] [dev-dependencies.dojo-orm] version = "0.1.1"