[package] name = "rc-slice2" version = "0.4.1" authors = ["Cole Miller ", "Phlosioneer"] categories = ["data-structures", "memory-management", "no-std"] keywords = ["rc", "arc", "slice", "range", "vector"] description = "Reference-counted slices with easy subdivision" edition = "2021" license = "MIT OR Apache-2.0" # Original repository URL for rc_slice #repository = "https://github.com/cole-miller/rc_slice" repository = "https://github.com/phlosioneer/rc-slice2" readme = "README.md" [dependencies] smallvec = { version = "1.11.0", optional = true } [features] smallvec = ["dep:smallvec"]