debot-market-analyzer 1.7.15

Functions to analyze market data
Documentation
[package]
name = "debot-market-analyzer"
version = "1.7.15"
authors = ["Shigeo NAKAMURA <nakamura_shigeo@yahoo.com>"]
edition = "2021"
description = "Functions to analyze market data"
documentation = "https://docs.rs/debot-market-analyzer/"
homepage = "https://crates.io/crates/debot-market-analyzer"
repository = "https://github.com/shigeo-nakamura/debot-market-analyzer"
license = "MIT"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4.0"
log = "0.4.17"
chrono = "0.4.24"
rust_decimal = "1.0"

debot-utils = "1.0.*"
debot-db = "1.7.*"
debot_ml = "1.7.*"
smartcore = "0.3.2"
rand = "0.8.5"