# 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 = "deadpool-surrealdb" version = "0.1.2" authors = ["Team Campground"] description = "Dead simple async pool for surrealdb" homepage = "https://github.com/Project-Campground/backend/tree/main/libs/deadpool-surrealdb/" keywords = [ "async", "database", "pool", "surrealdb", ] license = "MIT" repository = "https://github.com/Project-Campground/backend/" [dependencies.deadpool] version = "0.12.1" features = ["rt_tokio_1"] [dependencies.rocket] version = "0.5.1" optional = true [dependencies.rocket_db_pools] version = "0.2.0" optional = true [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.118" [dependencies.surrealdb] version = "1.5.3" [dev-dependencies.actix-rt] version = "2.10.0" [features] default = ["rocket"] rocket = [ "dep:rocket_db_pools", "dep:rocket", ]