# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wundergraph" version = "0.1.2" authors = ["Georg Semmler "] autotests = false description = "A GraphQL ORM build on top of diesel" readme = "../README.md" keywords = ["GraphQL", "ORM", "PostgreSQL", "SQLite"] categories = ["database", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/weiznich/wundergraph" [[test]] name = "integration_tests" path = "tests/lib.rs" harness = true [[bench]] name = "queries" path = "bench/queries.rs" harness = false [dependencies.chrono_internal] version = "0.4" optional = true package = "chrono" [dependencies.diesel] version = "1.4" features = ["r2d2"] default-features = false [dependencies.indexmap] version = "1" [dependencies.juniper] version = "0.14" [dependencies.log] version = "0.4" optional = true [dependencies.paste] version = "0.1" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dependencies.uuid_internal] version = "0.7" optional = true package = "uuid" [dependencies.wundergraph_derive] version = "0.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.diesel_migrations] version = "1.4.0" [dev-dependencies.insta] version = "0.12" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.serde_json] version = "1" [features] chrono = ["chrono_internal", "diesel/chrono"] debug = ["wundergraph_derive/debug", "log"] default = [] extras = ["uuid", "chrono"] postgres = ["diesel/postgres", "wundergraph_derive/postgres"] sqlite = ["diesel/sqlite", "wundergraph_derive/sqlite"] uuid = ["uuid_internal", "diesel/uuidv07"]