[dependencies]
[[example]]
name = "hello_arc_vec"
path = "examples/hello_arc_vec.rs"
[lib]
name = "arc_vec"
path = "src/lib.rs"
[package]
authors = ["GYoung <ytok1108@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = """
Expensive but experimental project created for parallel execution.
"""
edition = "2024"
homepage = "https://docs.rs/arc_vec/latest/arc_vec/"
keywords = ["arc", "futures"]
license = "MIT"
name = "arc_vec"
readme = "README.md"
repository = "https://github.com/YoungHaKim7/arc_vec"
rust-version = "1.88"
version = "0.1.0"
[[test]]
name = "arc_vec_macro_test_int"
path = "tests/arc_vec_macro_test_int.rs"
[[test]]
name = "arc_vec_macro_test_string"
path = "tests/arc_vec_macro_test_string.rs"
[[test]]
name = "arc_vec_new_default_test"
path = "tests/arc_vec_new_default_test.rs"
[[test]]
name = "arc_vec_new_string_test"
path = "tests/arc_vec_new_string_test.rs"
[[test]]
name = "test_append"
path = "tests/test_append.rs"
[[test]]
name = "test_pop"
path = "tests/test_pop.rs"
[[test]]
name = "test_with_capacity_and_grow"
path = "tests/test_with_capacity_and_grow.rs"