# 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 = "miniorm-macros" version = "0.4.1" authors = ["Cédric Meuter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a *very* simple ORM built on top of sqlx" homepage = "https://github.com/meuter/miniorm-rs" readme = "README.md" keywords = [ "sqlx", "orm", ] license = "MIT" repository = "https://github.com/meuter/miniorm-rs" [lib] name = "miniorm_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "mysql" path = "tests/mysql.rs" [[test]] name = "postgres" path = "tests/postgres.rs" [[test]] name = "sqlite" path = "tests/sqlite.rs" [dependencies.darling] version = "0.20.10" [dependencies.itertools] version = "0.12.1" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.syn] version = "2.0.52" [dev-dependencies.sqlx] version = "0.7.4" features = [ "sqlite", "postgres", ]