volas-compute 3.0.4

Numeric kernels and technical indicators for volas (pure functions over slices)
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 = "volas-compute"
version = "3.0.4"
authors = ["Kael Zhang <i+pypi@kael.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Numeric kernels and technical indicators for volas (pure functions over slices)"
homepage = "https://github.com/kaelzhang/volas"
readme = false
license = "MIT"
repository = "https://github.com/kaelzhang/volas"

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

[[example]]
name = "asm_probe_numeric"
path = "examples/asm_probe_numeric.rs"

[[test]]
name = "coverage_edges"
path = "tests/coverage_edges.rs"

[dependencies.ndarray]
version = "0.16"