# 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 = "2018" name = "roa-diesel" version = "0.6.0" authors = ["Hexilee "] description = "diesel integration with roa framework" homepage = "https://github.com/Hexilee/roa/wiki" documentation = "https://docs.rs/roa-diesel" readme = "./README.md" keywords = ["http", "web", "framework", "orm"] categories = ["database"] license = "MIT" repository = "https://github.com/Hexilee/roa" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.diesel] version = "1.4" features = ["extras"] [dependencies.r2d2] version = "0.8" [dependencies.roa] version = "0.6.0" default-features = false [dev-dependencies.diesel] version = "1.4" features = ["extras", "sqlite"] [features] docs = ["roa/docs"]