[[bench]]
harness = false
name = "sort"
path = "benches/sort.rs"
[[bench]]
harness = false
name = "toodee"
path = "benches/toodee.rs"
[[bench]]
harness = false
name = "translate"
path = "benches/translate.rs"
[[bench]]
harness = false
name = "vs"
path = "benches/vs.rs"
[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0.181"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[dev-dependencies.grid]
version = "0.14.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.serde_json]
version = "1.0.104"
[features]
copy = []
default = ["translate", "sort", "copy", "serde"]
serde = ["dep:serde"]
sort = []
translate = []
[lib]
name = "toodee"
path = "src/lib.rs"
[package]
authors = ["Anton Marsden <anton.marsden@ninetyten.co.nz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "no-std"]
description = "A lightweight 2D wrapper around a Vec."
documentation = "https://docs.rs/toodee/"
edition = "2021"
exclude = [".github/*"]
keywords = ["array", "matrix", "sort", "translate"]
license = "MIT OR Apache-2.0"
name = "toodee"
readme = "README.md"
repository = "https://github.com/antonmarsden/toodee"
version = "0.6.0"