# 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 = "rapid-utils" version = "0.1.11" authors = ["zcourts"] description = "A bunch of utils and constants used across various Hypi RAPID server packages" homepage = "https://github.com/hypi-universe/rapid-utils" readme = "README.md" categories = ["web-programming"] license-file = "LICENSE.md" repository = "https://github.com/hypi-universe/rapid-utils" [dependencies.bollard] version = "0.16.1" [dependencies.bytes] version = "1.6.0" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.prost] version = "0.12.4" [dependencies.rapid-fs] version = "0.1.1" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.37.0" [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" [dependencies.tonic] version = "0.11.0" features = ["prost"] [build-dependencies.reqwest] version = "0.12.4" features = ["blocking"] [build-dependencies.tonic-build] version = "0.11.0" features = ["prost"]