# 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-web" version = "0.1.0-beta.1" authors = ["Petar Dambovaliev "] description = "This crate provides a set of helper objects for darpi" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-darpi/darpi.git" [dependencies.async-trait] version = "0.1.42" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4" [dependencies.darpi-code-gen] version = "0.1.1-beta.1" [dependencies.darpi-route] version = "0.1.0" [dependencies.derive_more] version = "0.99.11" [dependencies.futures] version = "0.3.8" [dependencies.futures-util] version = "0.3.8" [dependencies.http] version = "0.2.1" [dependencies.hyper] version = "0.14.4" [dependencies.log] version = "0.4" [dependencies.logos] version = "0.11.4" [dependencies.serde] version = "1.0.118" [dependencies.serde-xml-rs] version = "0.4.1" [dependencies.serde_json] version = "1.0.60" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.serde_yaml] version = "0.8" [dependencies.sha1] version = "0.6.0" [dependencies.tokio] version = "1.2.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.14.0"