# 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 = "actix-service" version = "2.0.2" authors = ["Nikolay Kim ", "Rob Ede ", "fakeshadow <24548779@qq.com>"] description = "Service trait and combinators for representing asynchronous request/response operations." keywords = ["network", "framework", "async", "futures", "service"] categories = ["network-programming", "asynchronous", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-net" [lib] name = "actix_service" path = "src/lib.rs" [dependencies.futures-core] version = "0.3.7" default-features = false [dependencies.paste] version = "1" [dependencies.pin-project-lite] version = "0.2"