[package] name = "dynamic-list" version = "0.3.0" authors = ["Ferran Sanchez Llado"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/ferranSanchezLlado/dynamic-list.git" homepage = "https://github.com/ferranSanchezLlado/dynamic-list.git" documentation = "https://docs.rs/dynamic-list" description = "A powerful and efficient implementation of dynamic lists with versatile data structures, capable of storing any type!" keywords = ["dynamic-list", "typed-list", "bidirectional", "static-dispatch", "generic"] categories = ["data-structures", "memory-management"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] typenum = { version = "1.17.0", features = ["const-generics"] }