# 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" version = "0.9.16" authors = [ "Nazmul Idris ", "Nadia Idris ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Misc utility functions for r3bl-open-core repo" homepage = "https://r3bl.com" documentation = "https://docs.rs/r3bl_rs_utils" readme = "README.md" keywords = ["non-binary-tree"] license = "Apache-2.0" repository = "https://github.com/r3bl-org/r3bl-rs-utils" resolver = "2" [lib] name = "r3bl_rs_utils" path = "src/lib.rs" [[test]] name = "test_arc_cyclic" path = "tests/test_arc_cyclic.rs" [[test]] name = "test_arc_cyclic_2" path = "tests/test_arc_cyclic_2.rs" [[test]] name = "test_lazy_field" path = "tests/test_lazy_field.rs" [[test]] name = "test_lazy_memo_values" path = "tests/test_lazy_memo_values.rs" [[test]] name = "test_tree_memory_arena" path = "tests/test_tree_memory_arena.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [dependencies.r3bl_rs_utils_core] version = "0.9.16" [dev-dependencies.pretty_assertions] version = "1.4.0"