# 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 = "processing_chain" version = "0.2.2" authors = ["Giorgio Savastano"] description = "Rust library to set up processing chains of large amounts of data." readme = "README.md" keywords = [ "process", "data", "parallel", "data-structure", "processing-chain", ] categories = [ "data-structures", "science", ] license = "MIT" repository = "https://github.com/giorgiosavastano/process" [lib] name = "processing_chain" [dependencies.anyhow] version = "1.0.66" [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17.2" features = ["rayon"] [dependencies.log] version = "0.4.17" [dependencies.rayon] version = "1.6.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89"