# 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 = "webmachine-rust" version = "0.5.0" authors = ["Ronald Holshausen "] description = "Port of the Ruby Webmachine library to Rust" homepage = "https://github.com/rholshausen/webmachine-rust" readme = "README.md" keywords = ["webmachine"] license = "MIT" repository = "https://github.com/rholshausen/webmachine-rust" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.26" [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.3.1" features = ["full"] [dependencies.hyper-util] version = "0.1.5" features = ["full"] [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.expectest] version = "0.12.0"