shared_vector 0.5.0

Reference counted vector data structure.
Documentation
# 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.5.0"
authors = ["Nicolas Silva <nical@fastmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = ["std"]
nightly = ["blink-alloc/nightly"]
std = ["allocator-api2/std"]

[lib]
name = "shared_vector"
path = "src/lib.rs"

[[example]]
name = "chunked"
path = "examples/chunked.rs"

[[bench]]
name = "vector"
path = "benches/vector.rs"
harness = false

[dependencies.allocator-api2]
version = "0.4.0"

[dev-dependencies.blink-alloc]
version = "0.4.0"

[dev-dependencies.criterion]
version = "0.4"

[profile.release]
debug = 2