# 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] name = "htrpc" version = "0.0.18" authors = ["Takeru Ohta "] description = "HTTP based RPC library" homepage = "https://github.com/sile/htrpc" readme = "README.md" categories = [ "web-programming::http-server", "network-programming", ] license = "MIT" repository = "https://github.com/sile/htrpc" [dependencies.fibers] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.handy_async] version = "0.2" [dependencies.miasht] version = "0.0" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serdeconv] version = "0.4" [dependencies.slog] version = "2" [dependencies.trackable] version = "0.2" [dependencies.url] version = "1" [dependencies.url_serde] version = "0.2"