# 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 = "2018" name = "ux-webmachine" version = "0.1.0" authors = [ "Victor Dudochkin ", "Ronald Holshausen ", ] description = "Port of the Ruby Webmachine library to Rust" homepage = "https://github.com/angular-rust/ux-webmachine" documentation = "https://docs.rs/ux-webmachine" readme = "README.md" keywords = ["webmachine"] license = "MIT" repository = "https://github.com/angular-rust/ux-webmachine" [lib] name = "webmachine" [dependencies.chrono] version = "0.4.15" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.2" [dependencies.http] version = "0.2.1" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.maplit] version = "1.0.1" [dependencies.serde] version = "1.0.98" [dependencies.serde_json] version = "1.0.40" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.wampire] version = "0.1.2" [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.tokio-test] version = "0.4"