# 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 = "conveyor_belt" version = "0.2.0" authors = ["Mark Hähnel "] description = "Queue and batch processing library" readme = "README.md" keywords = [ "queue", "batch", "processing", "redis", "message-queue", ] categories = [ "concurrency", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/markhaehnel/conveyor_belt" [profile.release] opt-level = "s" lto = true strip = true [lib] crate-type = ["rlib"] [dependencies.anyhow] version = "1.0.75" [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.32.0" features = ["full"]