[package] name = "array2d" version = "0.3.2" authors = ["Harrison McCullough "] edition = "2018" description = "A fixed sized two-dimensional array" readme = "README.md" license = "MIT" repository = "https://github.com/HarrisonMc555/array2d" [dependencies] serde = { version = "1.0", features = ["derive"], optional = true }