# 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" rust-version = "1.61.0" name = "gluer" version = "0.8.2" authors = ["Nils Wrenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend" readme = "README.md" keywords = [ "parser", "api", "macro", ] categories = [ "accessibility", "web-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/nwrenger/gluer" [lib] name = "gluer" path = "src/lib.rs" proc-macro = true [[test]] name = "main" path = "tests/main.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.62" features = ["full"] [dev-dependencies.axum] version = "0.7.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ]