# 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_rs_utils_core" version = "0.9.16" authors = [ "Nazmul Idris ", "Nadia Idris ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Helper crate for r3bl_tui and r3bl_tuify crates. Used by workspace in https://crates.io/crates/r3bl_rs_utils. """ homepage = "https://r3bl.com" documentation = "https://docs.rs/r3bl_rs_utils_core/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/r3bl-org/r3bl-open-core/tree/main/core" resolver = "2" [lib] name = "r3bl_rs_utils_core" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.nom] version = "7.1.3" [dependencies.r3bl_ansi_color] version = "0.6.9" [dependencies.r3bl_simple_logger] version = "0.1.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.size-of] version = "0.1.5" [dependencies.strip-ansi] version = "0.1.0" [dependencies.time] version = "0.3.36" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.unicode-width] version = "0.1.13" [dev-dependencies.pretty_assertions] version = "1.4.0"