# 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" rust-version = "1.75" name = "ultra-batch" version = "0.3.0" authors = ["Kyle Lacy "] description = "Tokio-based library to batch and cache database queries or other data lookups" readme = "README.md" keywords = [ "cache", "batch", "dataloader", ] categories = [ "asynchronous", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kylewlacy/ultra-batch" [[bench]] name = "batch_fetcher" harness = false [[bench]] name = "batch_executor" harness = false [dependencies.chashmap] version = "^2.2" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1.16" features = [ "rt", "sync", "macros", "time", ] [dependencies.tracing] version = "0.1.30" [dev-dependencies.anyhow] version = "^1.0" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.fakeit] version = "^1.1" [dev-dependencies.tokio] version = "^1.16" features = ["full"] [dev-dependencies.uuid] version = "0.8.2" [features] log = ["tracing/log"]