gluer 0.9.2

A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend
Documentation
# 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.9.2"
authors = ["Nils Wrenger <nils@wrenger.net>"]
build = false
autolib = 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 OR Apache-2.0"
repository = "https://github.com/nwrenger/gluer"

[features]
actix = []
axum = []
default = ["axum"]

[lib]
name = "gluer"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "actix"
path = "tests/actix.rs"
required-features = ["actix"]

[[test]]
name = "axum"
path = "tests/axum.rs"
required-features = ["axum"]

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"
features = ["full"]

[dev-dependencies.actix-web]
version = "4.13.0"

[dev-dependencies.axum]
version = "0.8.9"

[dev-dependencies.bytes]
version = "1.7.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
]