45 lines
1.1 KiB
TOML
45 lines
1.1 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
name = "transpose"
|
|
version = "0.2.2"
|
|
authors = ["Elliott Mahler <join.together@gmail.com>"]
|
|
description = "Utility for transposing multi-dimensional data"
|
|
documentation = "http://docs.rs/transpose"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"array",
|
|
"transpose",
|
|
"2d",
|
|
]
|
|
categories = [
|
|
"algorithms",
|
|
"data structures",
|
|
"no-std",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "http://github.com/ejmahler/transpose"
|
|
|
|
[[bench]]
|
|
name = "transpose_benchmarks"
|
|
harness = false
|
|
|
|
[dependencies.num-integer]
|
|
version = "0.1"
|
|
default-features = false
|
|
|
|
[dependencies.strength_reduce]
|
|
version = "^0.2.1"
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.3"
|