# 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 = "simple-syrup" version = "0.6.5" authors = ["Dan "] include = ["/migrations/", "src", "Cargo.toml"] description = "the fastest way to a graphql endpoint running in rust" documentation = "https://docs.rs/simple-syrup" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/danbruder/simple-syrup/" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.async-graphql] version = "3.0.28" features = ["chrono", "chrono-tz", "uuid", "dataloader"] [dependencies.async-graphql-warp] version = "3.0.28" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.78" [dependencies.sqlx] version = "0.5.10" features = ["runtime-tokio-rustls", "sqlite", "migrate", "macros", "uuid", "chrono", "offline"] [dependencies.tokio] version = "1.16.1" features = ["full"] [dependencies.uuid] version = "0.8.2" features = ["serde", "v4"] [dependencies.warp] version = "0.3.2"