# 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 = "atmosphere-macros" version = "0.3.1" authors = [ "Florian Eich ", "Mara Schulke ", "Nicolas Vizzari-Trinquier ", ] description = "Macro crate of atmosphere" license = "Apache-2.0" repository = "https://github.com/helsing-ai/atmosphere" [package.metadata.docs.rs] features = ["postgres"] [lib] proc-macro = true [dependencies.atmosphere-core] version = "=0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.36" default-features = false [dependencies.quote] version = "1.0.14" default-features = false [dependencies.sqlx] version = "0.8" features = ["chrono"] [dependencies.syn] version = "2.0.39" features = [ "parsing", "proc-macro", ] default-features = false [dev-dependencies.chrono] version = "0.4.31" [features] default = [] mysql = ["atmosphere-core/mysql"] postgres = ["atmosphere-core/postgres"] sqlite = ["atmosphere-core/sqlite"]