# 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 = "ormlite-macro" version = "0.22.7" authors = ["Kurt Wolf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one." readme = "README.md" license = "MIT" repository = "https://github.com/kurtbuilds/ormlite" [lib] name = "ormlite_macro" path = "src/lib.rs" proc-macro = true [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1" [dependencies.once_cell] version = "1" [dependencies.ormlite-attr] version = "0.22" [dependencies.ormlite-core] version = "0.22.2" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.sqlx] version = "0.8.2" [dependencies.syn] version = "2" features = [ "derive", "parsing", ] [features] default-mysql = ["mysql"] default-postgres = ["postgres"] default-sqlite = ["sqlite"] mysql = [] postgres = [] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"] sqlite = []