# 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] name = "nickel-diesel" version = "0.6.1" authors = [ "Andrew Straw ", "Robert Yokota ", ] description = "Nickel middleware providing a diesel ORM with r2d2 connection pooling" documentation = "https://docs.rs/nickel-diesel" readme = "README.md" keywords = [ "diesel", "nickel", "database", "middleware", ] categories = [ "database", "web-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/strawlab/nickel-diesel" [dependencies.diesel] version = "^0.10" default-features = false [dependencies.nickel] version = "0.9.0" [dependencies.plugin] version = "0.2.6" [dependencies.postgres] version = "^0.13" [dependencies.r2d2] version = "^0.7" [dependencies.r2d2-diesel] version = "^0.10" [dependencies.typemap] version = "0.3.3" [dev-dependencies.dotenv] version = "^0.8" [features] default = [ "postgres", "sqlite", ] postgres = ["diesel/postgres"] sqlite = ["diesel/sqlite"]