# 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 = "batched-fn" version = "0.2.5" authors = ["epwalsh "] description = "Middleware for serving deep learning models with batched prediction" homepage = "https://github.com/epwalsh/batched-fn" readme = "README.md" keywords = [ "deep-learning", "batched-prediction", "backpressure", "server", ] categories = [ "science", "web-programming::http-server", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/epwalsh/batched-fn" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "batched_fn" path = "src/lib.rs" [[example]] name = "example" [dependencies.flume] version = "0.10.0" [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.once_cell] version = "1.3.1" [dev-dependencies.tokio] version = "1.0.1" features = [ "time", "rt", "rt-multi-thread", "macros", ]