[package] name = "atmosphere-macros" description = "Macro crate of atmosphere" version.workspace = true license.workspace = true edition.workspace = true authors.workspace = true repository.workspace = true [lib] proc-macro = true [dependencies] atmosphere-core.workspace = true sqlx.workspace = true proc-macro2 = { version = "1.0.36", default-features = false } syn = { version = "2.0.39", default-features = false, features = [ "parsing", "proc-macro", ] } quote = { version = "1.0.14", default-features = false } lazy_static = "1.4.0" [features] default = [] mysql = ["atmosphere-core/mysql"] postgres = ["atmosphere-core/postgres"] sqlite = ["atmosphere-core/sqlite"] [dev-dependencies] chrono = "0.4.31" [package.metadata.docs.rs] features = ["postgres"]