# 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 = "batch-aint-one" version = "0.6.5" authors = ["Thom Wright "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ I got 99 problems, but a batch ain't one """ homepage = "https://github.com/ThomWright/batch-aint-one" documentation = "https://docs.rs/batch-aint-one" readme = "README.md" keywords = [ "batching", "batch", "async", "concurrency", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/ThomWright/batch-aint-one" [lib] name = "batch_aint_one" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = [ "sync", "time", "tracing", "rt", "macros", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.tokio] version = "1.28.1" features = [ "rt", "macros", "test-util", ] [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.tracing-capture] version = "0.2.0-beta.1" [dev-dependencies.tracing-subscriber] version = "0.3.18"