# 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 = "autortr_rocket" version = "0.2.2" authors = ["photowey "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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]`. """ homepage = "https://github.com/photowey/autortr" documentation = "https://docs.rs/autortr_rocket" readme = "README.md" keywords = [ "rocket", "web", "router", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/photowey/autortr" [lib] name = "autortr_rocket" path = "src/lib.rs" [dependencies.autortr_rocket_codegen] version = "0.2" [dependencies.autortr_rocket_core] version = "0.1" [dependencies.autortr_rocket_router] version = "0.1"