# 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 = "sea-orm-rocket-codegen"
version = "0.5.5"
authors = [
    "Sergio Benitez <sb@sergio.bz>",
    "Jeb Rosen <jeb@jebrosen.com>",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for sea_orm_rocket."
readme = "README.md"
keywords = [
    "rocket",
    "framework",
    "database",
    "pools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools"
resolver = "1"

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

[dependencies.devise]
version = "0.4"

[dependencies.quote]
version = "1"

[dev-dependencies.rocket]
version = "0.5"
default-features = false

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

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