2020-03-31 22:26:00 +00:00
|
|
|
[package]
|
2020-04-01 20:17:54 +00:00
|
|
|
name = "grid"
|
2020-04-24 09:18:52 +00:00
|
|
|
version = "0.2.2"
|
2020-04-01 21:31:42 +00:00
|
|
|
authors = ["Armin Becher <armin.becher@gmai.com>"]
|
2020-03-31 22:26:00 +00:00
|
|
|
edition = "2018"
|
2020-04-06 18:38:23 +00:00
|
|
|
description = "Dynamic generic 2D data structure."
|
2020-04-06 19:59:47 +00:00
|
|
|
keywords = [ "2D", "array", "matrix", "data-structure", "2D-vector"]
|
2020-04-06 18:38:23 +00:00
|
|
|
categories = [ "science", "data-structure",]
|
|
|
|
readme = "README.md"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/becheran/grid"
|
|
|
|
documentation = "https://docs.rs/grid"
|
|
|
|
|
|
|
|
[badges.gitlab]
|
|
|
|
repository = "becheran/grid_ci"
|
|
|
|
branch = "master"
|
|
|
|
|
|
|
|
[badges.maintenance]
|
|
|
|
status = "actively-developed"
|
2020-03-31 22:26:00 +00:00
|
|
|
|
2020-04-01 20:17:54 +00:00
|
|
|
[dev-dependencies]
|
2020-03-31 22:26:00 +00:00
|
|
|
criterion = "0.3.1"
|
2020-04-04 11:28:18 +00:00
|
|
|
rand="0.7.3"
|
2020-03-31 22:26:00 +00:00
|
|
|
|
|
|
|
[[bench]]
|
2020-04-01 20:17:54 +00:00
|
|
|
name = "benches"
|
2020-04-06 19:59:47 +00:00
|
|
|
harness = false
|