talib 0.1.2

Ta-Lib binding rust safe wrapper
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "talib"
version = "0.1.2"
edition = "2021"
description = "Ta-Lib binding rust safe wrapper"
keywords = ["Ta-Lib"]
readme = "README.md"
license = "MIT"
categories = ["api-bindings"]
repository = "https://github.com/Yvictor/polars_ta_extension"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive_builder = "0.20.2"
serde = { version = "1.0", features = ["derive"] }
talib-sys = { version = "0.1.0", path = "../talib-sys"}