# 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 = "puzz-service" version = "0.1.0" description = "Service trait for representing asynchronous request/response operations." keywords = [ "async", "futures", "service", "puzz", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/chen-dk/puzz" [dependencies.futures-util] version = "0.3" optional = true [dependencies.pin-project-lite] version = "0.2" optional = true [features] alloc = [] default = ["alloc"] util = [ "pin-project-lite", "futures-util", "alloc", ]