# 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 = "r3bl_redux" version = "0.2.8" authors = [ "Nazmul Idris ", "Nadia Idris ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redux library built using Tokio, concurrent & parallel" homepage = "https://r3bl.com" documentation = "https://docs.rs/r3bl_redux" readme = "README.md" keywords = ["redux"] categories = [ "rust-patterns", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/r3bl-org/r3bl-open-core/tree/main/redux" resolver = "2" [lib] name = "r3bl_redux" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.chrono] version = "0.4.38" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.r3bl_rs_utils_core] version = "0.9.16" [dependencies.r3bl_rs_utils_macro] version = "0.9.10" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.pretty_assertions] version = "1.4.0"