# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "grove" version = "0.2.0" authors = ["Noam Ta Shma noam.tashma@gmail.com"] description = "A segment tree library enabling generic user-defined queries and actions on segments of your data." keywords = ["interval", "segment", "tree", "BST"] categories = ["data-structures", "algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/noamtashma/grove" [lib] name = "grove" path = "src/lib.rs" [dependencies.derive_destructure] version = "1.0.0" [dependencies.rand] version = "0.8" [dependencies.recursive_reference] version = "0.*" [dependencies.void] version = "1.0" [dev-dependencies.itertools] version = ">= 0.8" [dev-dependencies.text_io] version = "0.1"