# 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.64" name = "rocket_codegen" version = "0.5.1" authors = ["Sergio Benitez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for the Rocket web framework." homepage = "https://rocket.rs" documentation = "https://api.rocket.rs/v0.5/rocket_codegen/" readme = "README.md" keywords = [ "rocket", "web", "framework", "code", "generation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rwf2/Rocket" [lib] name = "rocket_codegen" path = "src/lib.rs" proc-macro = true [[test]] name = "ui-fail" path = "tests/ui-fail.rs" [[test]] name = "route-ranking" path = "tests/route-ranking.rs" [[test]] name = "route" path = "tests/route.rs" [[test]] name = "segment-ignore" path = "tests/segment-ignore.rs" [[test]] name = "async-routes" path = "tests/async-routes.rs" [[test]] name = "route-format" path = "tests/route-format.rs" [[test]] name = "responder" path = "tests/responder.rs" [[test]] name = "catcher" path = "tests/catcher.rs" [[test]] name = "typed-uris" path = "tests/typed-uris.rs" [[test]] name = "from_form" path = "tests/from_form.rs" [[test]] name = "uri_display" path = "tests/uri_display.rs" [[test]] name = "route-raw" path = "tests/route-raw.rs" [[test]] name = "expansion" path = "tests/expansion.rs" [[test]] name = "route-data" path = "tests/route-data.rs" [[test]] name = "async-entry" path = "tests/async-entry.rs" [[test]] name = "from_form_field" path = "tests/from_form_field.rs" [dependencies.devise] version = "0.4" [dependencies.glob] version = "0.3" [dependencies.indexmap] version = "2" [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1.0" [dependencies.rocket_http] version = "0.5.1" [dependencies.syn] version = "2.0" features = [ "full", "visit", "visit-mut", "extra-traits", ] [dependencies.unicode-xid] version = "0.2" [dependencies.version_check] version = "0.9" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.time] version = "0.3" features = ["macros"] [dev-dependencies.trybuild] version = "1.0" [dev-dependencies.version_check] version = "0.9"