prediction_sdk 0.1.10

Advanced cryptocurrency forecasting SDK combining statistical models, machine learning (SVR), and technical analysis with intelligent caching and rate limiting
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 = "prediction_sdk"
version = "0.1.10"
authors = ["Inferenco Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced cryptocurrency forecasting SDK combining statistical models, machine learning (SVR), and technical analysis with intelligent caching and rate limiting"
homepage = "https://github.com/Inferenco/Inferenco-predictions-SDK"
documentation = "https://docs.rs/prediction_sdk"
readme = "README.md"
keywords = [
    "cryptocurrency",
    "forecasting",
    "prediction",
    "machine-learning",
    "technical-analysis",
]
categories = [
    "finance",
    "algorithms",
    "science",
]
license = "MIT"
repository = "https://github.com/Inferenco/Inferenco-predictions-SDK"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.governor]
version = "0.6"

[dependencies.itertools]
version = "0.12"

[dependencies.moka]
version = "0.12"
features = ["future"]

[dependencies.nonzero_ext]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.statrs]
version = "0.16"

[dependencies.ta]
version = "0.5"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.httpmock]
version = "0.7"