# 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" rust-version = "1.64" name = "cartesian-tree" version = "0.1.0" authors = ["jlikhuva "] description = "Construct a Cartesian Tree from a Slice in Linear Time" homepage = "https://github.com/jlikhuva/blog/blob/main/posts/mathematical-sciences/rmq.md#cartesian-trees--the-lca-rmq-equivalence" readme = "README.md" keywords = [ "rmq", "tree", "heap", "cartesian", "lca", ] license = "GPL-2.0-or-later" repository = "https://github.com/jlikhuva/k2m2/tree/main/cartesian-tree" resolver = "1" [dependencies] [dev-dependencies.pretty_assertions] version = "1"