quantwave-core 0.1.10

A high-performance, Polars-native technical analysis library for Rust.
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 = "2024"
name = "quantwave-core"
version = "0.1.10"
authors = ["Mayank Lavania"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance, Polars-native technical analysis library for Rust."
homepage = "https://github.com/lavs9/quantwave"
readme = "README.md"
keywords = [
    "trading",
    "technical-analysis",
    "polars",
    "finance",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/lavs9/quantwave"
resolver = "2"

[features]
default = []
test_utils = [
    "serde",
    "serde_json",
]

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

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

[dependencies.approx]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.rustfft]
version = "6"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.talib-rs]
version = "0.1"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"