# 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 = "sortedcontainers" version = "0.3.0" authors = ["Fabio Baravalle "] exclude = ["benches"] description = "An experimental sorted data structure" homepage = "https://github.com/fbrv/sortedcontainers" readme = "README.MD" keywords = [ "sorted", "collections", "datastructure", "sortedcontainers", ] categories = [ "data-structures", "algorithms", "sorted-containers", "sort", "collections", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fbrv/sortedcontainers" resolver = "2" [[bench]] name = "sorted_containers" path = "benches/sorted_containers.rs" harness = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.more-asserts] version = "0.2.2" [dev-dependencies.rand] version = "0.8.5"