[dependencies.axum]
version = "0.7.5"
[dependencies.gluer-macros]
version = "0.5.2"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.39.2"
[lib]
name = "gluer"
path = "src/lib.rs"
[package]
authors = ["Nils Wrenger <nils@wrenger.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["accessibility", "web-programming", "api-bindings"]
description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend"
edition = "2021"
keywords = ["parser", "api", "macro"]
license = "MIT"
name = "gluer"
readme = "README.md"
repository = "https://github.com/nwrenger/gluer"
rust-version = "1.70.0"
version = "0.5.2"
[[test]]
name = "main"
path = "tests/main.rs"