[dependencies.anomaly_detection]
version = "0.3.1"
[dependencies.augurs]
features = ["forecaster", "ets", "mstl", "outlier", "dtw", "clustering", "seasons"]
version = "0.9.*"
[dependencies.breakout]
version = "0.3.0"
[dependencies.bundcore]
version = ">=0.*.*"
[dependencies.decorum]
version = "0.3.1"
[dependencies.distimate]
version = "0.2.1"
[dependencies.easy-error]
version = "1.0.0"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4.28"
[dependencies.markov-chain]
version = "0.1.*"
[dependencies.rstats]
version = "2.1.12"
[dependencies.rust_dynamic]
version = ">=0.*.*"
[dependencies.rust_multistackvm]
version = ">=0.*.*"
[dependencies.statrs]
version = "0.18.*"
[dependencies.time-graph]
features = ["table"]
version = "0.3.2"
[lib]
name = "bund_stdlib_analysis"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers"]
description = "Numeric and text analysis for BUND programming language"
edition = "2021"
exclude = ["examples", "Models", "Documentation", ".*"]
keywords = ["language", "stack", "concatenative", "lambda", "dynamic"]
license-file = "LICENSE"
name = "bund_stdlib_analysis"
readme = "README.md"
repository = "https://github.com/vulogov/bund_stdlib_analysis"
version = "0.2.0"
[[test]]
name = "anomalydetection-test"
path = "tests/anomalydetection-test.rs"
[[test]]
name = "general-test"
path = "tests/general-test.rs"
[[test]]
name = "integration-test"
path = "tests/integration-test.rs"
[[test]]
name = "integration_analysis-test"
path = "tests/integration_analysis-test.rs"
[[test]]
name = "integration_forecast-test"
path = "tests/integration_forecast-test.rs"