# 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 = "bucket_vec" version = "0.8.0" authors = ["Robin Freyler "] description = "A vector-like data structure that guarantees to never move its contained elements.\n" documentation = "https://docs.rs/bucket_vec" keywords = ["bucket", "vec", "vector", "box", "pin"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/Robbepop/bucket_vec" [[bench]] name = "bench" harness = false [dependencies.libm] version = "0.2" default-features = false [dependencies.scale] version = "1.1" optional = true default-features = false package = "parity-scale-codec" [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.paste] version = "0.1.6" [dev-dependencies.rand] version = "0.7.3" [features] default = ["std", "scale-1"] nightly = ["criterion/real_blackbox"] scale-1 = ["scale"] std = ["scale/std"]