# 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 = "graphul" version = "1.0.1" description = "Optimize, speed, scale your microservices and save money 💵" homepage = "https://graphul-rs.github.io/" documentation = "https://graphul-rs.github.io/" readme = "README.md" keywords = [ "http", "web", "framework", ] categories = [ "asynchronous", "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/graphul-rs/graphul" [dependencies.askama] version = "0.11" [dependencies.async-trait] version = "0.1.58" [dependencies.axum] version = "0.6" features = [ "multipart", "ws", "headers", ] [dependencies.futures] version = "0.3.24" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.num_cpus] version = "1.13.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.86" [dependencies.serde_path_to_error] version = "0.1.8" [dependencies.serde_urlencoded] version = "0.7" [dependencies.tower] version = "0.4" features = [ "limit", "util", ] [dependencies.tower-http] version = "0.3.5" features = ["full"] [dependencies.tower-layer] version = "0.3"