# 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 = "nidrs-diesel" version = "0.1.1" authors = ["WumaCoder "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Nidrs & Diesel integration" homepage = "https://github.com/nidrs/nidrs.git" readme = "README.md" keywords = [ "nidrs", "orm", "diesel", "web", "database", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/nidrs/nidrs.git" [lib] name = "nidrs_diesel" path = "src/lib.rs" [dependencies.diesel] version = "2.2.3" features = ["r2d2"] [dependencies.nidrs] version = "0.3.0" [dependencies.nidrs-extern] version = "0.2.1" [dependencies.nidrs-macro] version = "0.2.1" [features] default = ["sqlite"] mysql = ["diesel/mysql"] postgres = ["diesel/postgres"] sqlite = ["diesel/sqlite"]