# 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 = "btree_monstrousity" version = "0.0.4" description = "a code port of BTreeMap but with comparator functions" readme = "README.md" keywords = [ "b-tree", "collections", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ripytide/btree_monstrousity" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.rustversion] version = "1.0.11" [dev-dependencies.rand] version = "0.8.5" features = ["alloc"] default-features = false [dev-dependencies.rand_xorshift] version = "0.3.0" [features] allocator_api = [] binary_heap_as_slice = [] binary_heap_drain_sorted = [] binary_heap_into_iter_sorted = [] binary_heap_retain = [] btree_cursors = [] btree_drain_filter = [] btreemap_alloc = ["allocator_api"] const_btree_len = [] const_btree_new = ["const_btree_len"] core_intrinsics = [] dropck_eyepatch = [] error_in_core = [] exact_size_is_empty = [] exclusive_range_pattern = [] extend_one = [] hasher_prefixfree_extras = [] inline_const = [] inplace_iteration = [] is_sorted = [] map_try_insert = [] maybe_uninit_slice = [] new_uninit = [] nightly = [ "allocator_api", "btreemap_alloc", "core_intrinsics", "dropck_eyepatch", "error_in_core", "exact_size_is_empty", "exclusive_range_pattern", "extend_one", "hasher_prefixfree_extras", "inline_const", "inplace_iteration", "is_sorted", "maybe_uninit_slice", "new_uninit", "rustc_attrs", "slice_ptr_get", "specialization", "trusted_len", ] rustc_attrs = [] slice_ptr_get = [] specialization = [] std = [] trusted_len = [] unstable = [ "binary_heap_as_slice", "binary_heap_drain_sorted", "binary_heap_into_iter_sorted", "binary_heap_retain", "btree_cursors", "btree_drain_filter", "const_btree_new", "map_try_insert", ]