# 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 = "ahecha_macro" version = "0.0.10" description = "Ahecha macro crate" homepage = "https://github.com/ahecha-co/ahecha" documentation = "https://docs.rs/ahecha" readme = "README.md" license = "MIT" repository = "https://github.com/ahecha-co/ahecha" [lib] proc-macro = true [dependencies.ahecha_cli] version = "0.0.1" [dependencies.convert_case] version = "0.5.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0.86" features = ["full"] [dev-dependencies.ahecha] version = "0.0" [dev-dependencies.pretty_assertions] version = "1.1.0" [dev-dependencies.sqlx] version = "0.6" features = [ "macros", "postgres", "runtime-tokio-rustls", "uuid", ] [features] backend = ["record"] frontend = [] record = []