# 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 = "shared_vector" version = "0.4.4" authors = ["Nicolas Silva "] description = "Reference counted vector data structure." documentation = "https://docs.rs/shared_vector/" readme = "README.md" keywords = [ "vector", "immutable", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nical/shared_vector" [profile.release] debug = true [[bench]] name = "vector" harness = false [dependencies.allocator-api2] version = "0.2.4" [dev-dependencies.blink-alloc] version = "0.2.5" [dev-dependencies.criterion] version = "0.4" [features] default = ["std"] nightly = [ "allocator-api2/nightly", "blink-alloc/nightly", ] std = ["allocator-api2/std"]