# 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 = "rbtree-defrag-buffer" version = "0.1.0" authors = ["jerry73204 "] description = "Red-black tree based defragmentation buffer that maintains inserted and free intervals." homepage = "https://github.com/jerry73204/rbtree-defrag-buffer" documentation = "https://docs.rs/rbtree-defrag-buffer/" readme = "README.md" license = "MIT" repository = "https://github.com/jerry73204/rbtree-defrag-buffer.git" [dependencies.anyhow] version = "1.0.75" [dependencies.intrusive-collections] version = "0.9.6" [dev-dependencies.clap] version = "4.4.4" features = ["derive"] [dev-dependencies.rand] version = "0.8.5"