[dependencies.crash_orm]
version = "0.7.2"
[dependencies.crash_orm_rocket_derive]
version = "0.7.2"
[dependencies.rocket]
features = ["json"]
version = "^0.5"
[dev-dependencies.serde]
features = ["derive"]
version = "^1.0"
[dev-dependencies.tokio]
version = "^1.29"
[features]
crud = ["crash_orm_rocket_derive/crud"]
default = []
migration = ["crash_orm/migration"]
[lib]
name = "crash_orm_rocket"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "Integration for Crash ORM into rocket"
documentation = "https://docs.rs/crash_orm_rocket/latest/crash_orm_rocket/"
edition = "2021"
homepage = "https://github.com/Cr4shd3v/crash_orm"
keywords = ["async", "database", "framework", "orm"]
license = "MIT"
name = "crash_orm_rocket"
readme = "Readme.md"
repository = "https://github.com/Cr4shd3v/crash_orm"
version = "0.7.2"
[[test]]
name = "test_crud"
path = "tests/test_crud.rs"
[[test]]
name = "test_fairing"
path = "tests/test_fairing.rs"
[[test]]
name = "test_migration_fairing"
path = "tests/test_migration_fairing.rs"