# 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 = "sqlx-crud" version = "0.4.0" authors = ["Trey Dempsey "] description = "Derive macro for SQLx to implement Create, Read, Update, and Delete (CRUD) methods for you." documentation = "https://docs.rs/sqlx-crud" readme = "README.md" keywords = [ "sqlx", "orm", "crud", "database", ] categories = [ "database", "asynchronous", "web-programming", ] license = "MIT" repository = "https://github.com/treydempsey/sqlx-crud" [dependencies.futures] version = "0.3" [dependencies.sqlx] version = "0.6" [dependencies.sqlx-crud-macros] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-rustls", "sqlite", ] [dev-dependencies.tokio-test] version = "0" [features] default = ["runtime-tokio-rustls"] runtime-actix-native-tls = ["sqlx/runtime-actix-native-tls"] runtime-actix-rustls = ["sqlx/runtime-actix-rustls"] runtime-async-std-native-tls = ["sqlx/runtime-async-std-native-tls"] runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]