rocket_codegen-community 0.6.0

Procedural macros for the Rocket web framework (Community Fork).
Documentation
[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]
package = "rocket_http-community"
version = "0.6.0"

[dependencies.syn]
features = ["full", "visit", "visit-mut", "extra-traits"]
version = "2.0"

[dependencies.unicode-xid]
version = "0.2"

[dependencies.version_check]
version = "0.9"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.time]
features = ["macros"]
version = "0.3"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.version_check]
version = "0.9"

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

[lints.clippy]
manual_range_contains = "allow"
module_inception = "allow"
multiple_bound_locations = "allow"
needless_borrow = "allow"
result_large_err = "allow"
type_complexity = "allow"

[lints.rust]
async_fn_in_trait = "allow"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for the Rocket web framework (Community Fork)."
documentation = "https://docs.rs/rocket-community/latest/rocket_codegen_community/"
edition = "2021"
homepage = "https://github.com/rocket-rs-community/Rocket"
keywords = ["rocket", "web", "framework", "code", "generation"]
license = "MIT OR Apache-2.0"
name = "rocket_codegen-community"
readme = "README.md"
repository = "https://github.com/rocket-rs-community/Rocket"
rust-version = "1.82.0"
version = "0.6.0"

[[test]]
name = "async-entry"
path = "tests/async-entry.rs"

[[test]]
name = "async-routes"
path = "tests/async-routes.rs"

[[test]]
name = "catcher"
path = "tests/catcher.rs"

[[test]]
name = "expansion"
path = "tests/expansion.rs"

[[test]]
name = "from_form"
path = "tests/from_form.rs"

[[test]]
name = "from_form_field"
path = "tests/from_form_field.rs"

[[test]]
name = "from_param"
path = "tests/from_param.rs"

[[test]]
name = "responder"
path = "tests/responder.rs"

[[test]]
name = "route"
path = "tests/route.rs"

[[test]]
name = "route-data"
path = "tests/route-data.rs"

[[test]]
name = "route-format"
path = "tests/route-format.rs"

[[test]]
name = "route-ranking"
path = "tests/route-ranking.rs"

[[test]]
name = "route-raw"
path = "tests/route-raw.rs"

[[test]]
name = "route-uniqueness"
path = "tests/route-uniqueness.rs"

[[test]]
name = "segment-ignore"
path = "tests/segment-ignore.rs"

[[test]]
name = "typed-uris"
path = "tests/typed-uris.rs"

[[test]]
name = "ui-fail"
path = "tests/ui-fail.rs"

[[test]]
name = "uri_display"
path = "tests/uri_display.rs"