[package] name = "tsukurou_table" version = "0.2.0" authors = ["Adam Gausmann "] description = "A specialized map for storing values of varying types." repository = "https://gitlab.com/tsukurou/table" license = "GPL-3.0" [lib] name = "table" [badges] gitlab = { repository = "tsukurou/table" } maintenance = { status = "actively-developed" } [dependencies] serde = "1.0"