# 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 = "darpi" version = "0.1.5" authors = ["Petar Dambovaliev "] description = "A web framework with type safety and speed in mind" keywords = ["darpi", "http", "web", "framework", "api"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-darpi/darpi.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "unwind" [dependencies.async-trait] version = "0.1.42" [dependencies.chrono] version = "0.4" [dependencies.darpi-code-gen] version = "0.1.1-beta.1" [dependencies.darpi-route] version = "0.1.0-beta" [dependencies.darpi-web] version = "0.1.0-beta.1" [dependencies.futures] version = "0.3.8" [dependencies.http] version = "0.2.1" [dependencies.hyper] version = "0.14.4" features = ["server", "http1", "http2", "stream", "tcp"] [dependencies.log] version = "0.4.13" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.60" [dependencies.shaku] version = "0.5.0" features = ["thread_safe"] [dependencies.tokio] version = "1.2.0" features = ["full"] [dev-dependencies.async-graphql] version = "2.5.4" [dev-dependencies.derive_more] version = "0.99.11" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.futures-util] version = "0.3.8" [dev-dependencies.jsonwebtoken] version = "=7.2" [dev-dependencies.slab] version = "0.4.2" [dev-dependencies.tokio-tungstenite] version = "0.14.0"