# 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 = "arena-voxel-tree" version = "0.0.1" authors = [ "Julia Naomi ", "Nazmul Idris ", ] description = "An adaptation of r3bl-org Arena-tree implementation to the voxel context. Async + Multithreaded" homepage = "https://docs.rs/arena-voxel-tree" documentation = "https://docs.rs/arena-voxel-tree" readme = "README.md" keywords = [ "voxel", "arena-tree", "non-binary-tree", ] categories = [ "voxel", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/naomijub/arena-voxel-tree" [dependencies.async-trait] version = "0.1.68" [dependencies.bitflags] version = "2.3" [dependencies.crossterm] version = "0.26.1" features = ["event-stream"] [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.once_cell] version = "1.17.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.10" [dependencies.tokio] version = "1.27.0" features = ["full"]