# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "batch-loader" version = "0.1.0" authors = ["KOBA789 "] description = "The contracts and implementation for query batching." documentation = "https://docs.rs/batch-loader" readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/KOBA789/batch-loader-rs" [dependencies.batch-recv] version = "0.1" features = ["crossbeam"] [dependencies.crossbeam-channel] version = "0.1" [dependencies.error-chain] version = "0.11" [dependencies.futures] version = "0.1" [dependencies.itertools] version = "0.7" [dependencies.worker-sentinel] version = "0.3"