rkt_sync_db_pools_codegen 0.3.2

Procedural macros for rocket_sync_db_pools.
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.82"
name = "rkt_sync_db_pools_codegen"
version = "0.3.2"
authors = ["Sergio Benitez <sb@sergio.bz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for rocket_sync_db_pools."
readme = "README.md"
keywords = [
    "rkt",
    "rocket",
    "framework",
    "database",
    "pools",
]
license = "MIT OR Apache-2.0"

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

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

[dependencies.devise]
version = "0.4"

[dependencies.quote]
version = "1.0"

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

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

[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]
level = "warn"
priority = 0
check-cfg = ["cfg(nightly)"]