[dependencies.autortr_rocket_codegen]
version = "0.2"
[dependencies.autortr_rocket_core]
version = "0.1"
[dependencies.autortr_rocket_router]
version = "0.1"
[lib]
name = "autortr_rocket"
path = "src/lib.rs"
[package]
authors = ["photowey <photowey@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming"]
description = """
`autortr_rocket` is a lightweight Rust library designed for automatic route mapping in web applications
for the `Rocket` framework. It simplifies the process of defining and managing `HTTP` routes by automatically
registering functions annotated with custom attributes like `#[request_mapping]`
Or `#[get_mapping]`, `#[post_mapping]`, `#[patch_mapping]`, `#[put_mapping]`,`#[delete_mapping]` and `#[head_mapping]`.
"""
documentation = "https://docs.rs/autortr_rocket"
edition = "2021"
homepage = "https://github.com/photowey/autortr"
keywords = ["rocket", "web", "router"]
license = "Apache-2.0"
name = "autortr_rocket"
readme = "README.md"
repository = "https://github.com/photowey/autortr"
version = "0.2.2"