# 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-processing" version = "0.1.17" authors = ["Luiz Eduardo "] build = false exclude = ["tests/resources"] autobins = false autoexamples = false autotests = false autobenches = false description = "A batch library for processing a list of items in parallel" readme = "README.md" license = "MIT" repository = "https://github.com/luiz-eduardo14/batch-processing" [lib] name = "batch_processing" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.async-trait] version = "0.1.79" optional = true [dependencies.futures] version = "0.3.30" optional = true [dependencies.log] version = "0.4.21" [dependencies.tokio] version = "1.36.0" features = [ "fs", "rt", "sync", "macros", ] optional = true [dependencies.tokio-fs] version = "0.1.7" optional = true [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.csv-async] version = "1.3.0" features = ["tokio"] [dev-dependencies.deadpool-postgres] version = "0.12.1" [dev-dependencies.diesel] version = "2.1.5" features = ["chrono"] [dev-dependencies.diesel-async] version = "0.4.1" features = [ "r2d2", "deadpool", "postgres", ] [dev-dependencies.diesel_migrations] version = "2.1.0" [dev-dependencies.peak_alloc] version = "0.2.0" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.refinery] version = "0.8.12" features = ["tokio-postgres"] [dev-dependencies.tokio-postgres] version = "0.7.10" [dev-dependencies.zip] version = "0.6.6" [features] async = [ "tokio", "tokio-fs", "futures", "async-trait", ]