volas 3.0.4

Rust-backed, OHLCV-shaped DataFrame with a technical-indicator directive engine
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"
version = "3.0.4"
authors = ["Kael Zhang <i+pypi@kael.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-backed, OHLCV-shaped DataFrame with a technical-indicator directive engine"
homepage = "https://github.com/kaelzhang/volas"
readme = "README.md"
keywords = [
    "ohlcv",
    "indicators",
    "dataframe",
    "trading",
    "candlestick",
]
categories = [
    "finance",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/kaelzhang/volas"

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

[dependencies.volas-compute]
version = "3.0.4"

[dependencies.volas-core]
version = "3.0.4"

[dependencies.volas-directive]
version = "3.0.4"

[dependencies.volas-io]
version = "3.0.4"

[dependencies.volas-time]
version = "3.0.4"