[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.ndarray]
version = "0.15"
[dependencies.nt-core]
version = "1.0.0"
[dependencies.polars]
features = ["lazy", "temporal"]
optional = true
version = "0.36"
[dependencies.rust_decimal]
features = ["serde-with-arbitrary-precision"]
version = "1.33"
[dependencies.seahash]
version = "4.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.approx]
version = "0.5"
[dev-dependencies.rust_decimal_macros]
version = "1.33"
[features]
default = []
polars-support = ["polars"]
[lib]
name = "nt_features"
path = "src/lib.rs"
[package]
authors = ["Neural Trader Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "algorithms", "science"]
description = "Feature extraction and engineering for Neural Trader - technical indicators and market signals"
documentation = "https://docs.rs/nt-features"
edition = "2021"
keywords = ["trading", "features", "indicators", "finance", "signals"]
license = "MIT OR Apache-2.0"
name = "nt-features"
readme = "README.md"
repository = "https://github.com/ruvnet/neural-trader"
version = "1.0.0"