# 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 = "tailwag_macros" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of macros to support the tailwag crate" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nikwithak/tailwag_macros" [lib] name = "tailwag_macros" path = "src/lib.rs" [dependencies.darling] version = "0.20.1" [dependencies.proc-macro2] version = "1.0.63" [dependencies.quote] version = "1.0.29" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.sqlx] version = "0.7.1" features = [ "runtime-tokio", "postgres", ] [dependencies.syn] version = "2.0.23" features = ["full"] [dependencies.tailwag_macro_exports] version = "0.2.1" [dependencies.tailwag_macro_inline] version = "0.2.0" [dependencies.tailwag_orm_macros] version = "0.2.0" [dependencies.uuid] version = "1.4.0" features = [ "serde", "v4", ] [features] default = [] no-orm = [] orm = ["tailwag_macro_exports/orm"]