# 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 = "lexa-framework-macro" version = "0.2.5" description = "Framework web backend personnel par dessus Axum." license = "MPL-2.0" repository = "https://github.com/PhiSyX/lexa-framework" [lib] proc-macro = true [dependencies.diagnostics] version = "^0.10" default-features = false package = "proc-macro2-diagnostics" [dependencies.lexa-syn] version = "^0.1" [dependencies.rstml] version = "^0.11" [dependencies.syn] version = "^2.0" features = ["full"] [dependencies.uuid] version = "^1.4" features = [ "serde", "v4", ]