# 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 = "turbo_server" version = "0.0.0" authors = ["Eden "] description = "The core (web & GraphQL) server for the Turbo end-user app. (WIP)" license = "MIT OR Apache-2.0 OR CC0-1.0" repository = "https://github.com/trevyn/turbo" [dependencies.anyhow] version = "1" [dependencies.env_logger] version = "0.8" [dependencies.fold_impls] version = "=0.0.0" [dependencies.futures] version = "0.3" [dependencies.i54_] version = "0.1" features = ["rusqlite", "juniper"] [dependencies.juniper] version = "=0.15.3" [dependencies.juniper_codegen] version = "=0.15.3" [dependencies.juniper_graphql_ws] version = "=0.2.3" [dependencies.juniper_warp] version = "=0.6.2" features = ["subscriptions"] [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2" [dependencies.qbsdiff] version = "1" [dependencies.rust-embed] version = "5" [dependencies.tokio] version = "0.2" features = ["rt-core", "macros"] [dependencies.turbocafe] version = "=0.0.1" [dependencies.turbosql] version = "0.1.2" [dependencies.warp] version = "0.2" [build-dependencies.rustc_version] version = "0.3"