strided-view 0.4.0

Device-agnostic strided view types and metadata operations (ported from Julia StridedViews.jl).
Documentation
# 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]
edition = "2021"
name = "strided-view"
version = "0.4.0"
authors = [
    "Satoshi Terasaki",
    "Hiroshi Shinaoka",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Device-agnostic strided view types and metadata operations (ported from Julia StridedViews.jl)."
readme = "README.md"
keywords = [
    "tensor",
    "strided",
    "array",
    "multidimensional",
]
categories = [
    "science",
    "mathematics",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tensor4all/strided-rs"

[lib]
name = "strided_view"
path = "src/lib.rs"

[dependencies.num-complex]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.strided-traits]
version = "0.4.0"

[dependencies.thiserror]
version = "1.0"