# 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 = "dynamization" version = "0.4.0" authors = ["arbrk1"] description = "Fast insertion for static containers." readme = "README.md" keywords = ["data", "containers"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/arbrk1/dynamization-rs/" [[test]] name = "svqueue" required-features = ["sorted_vec"] [[test]] name = "svmap" required-features = ["sorted_vec"] [[bench]] name = "pqueue" harness = false required-features = ["sorted_vec"] [[bench]] name = "svmap" harness = false required-features = ["sorted_vec"] [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7" [features] default = [] sorted_vec = []