# 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 = "2021" name = "tatk" version = "0.3.0" include = ["*/**/***.rs"] description = "Technical Analysis Toolkit" homepage = "https://github.com/Ohkthx/tatk-rs" readme = "README.md" keywords = [ "trading", "signal", "technical", "analysis", "ta", ] license = "MIT" repository = "https://github.com/Ohkthx/tatk-rs" resolver = "1" [[example]] name = "sma" path = "../examples/sma.rs" required-features = ["test-data"] [[example]] name = "ema" path = "../examples/ema.rs" required-features = ["test-data"] [[example]] name = "dema" path = "../examples/dema.rs" required-features = ["test-data"] [[example]] name = "macd" path = "../examples/macd.rs" required-features = ["test-data"] [[example]] name = "rsi" path = "../examples/rsi.rs" required-features = ["test-data"] [[example]] name = "bbands" path = "../examples/bbands.rs" required-features = ["test-data"] [[example]] name = "atr" path = "../examples/atr.rs" required-features = ["test-data"] [[example]] name = "md" path = "../examples/md.rs" required-features = ["test-data"] [[example]] name = "obv" path = "../examples/obv.rs" required-features = ["test-data"] [[example]] name = "roc" path = "../examples/roc.rs" required-features = ["test-data"] [[example]] name = "linereg" path = "../examples/linereg.rs" required-features = ["test-data"] [[example]] name = "traits" path = "../examples/user_traits.rs" [dependencies.tatk_derive] version = "0.1.0" [features] default = [] f32 = [] full = ["test-data"] test-data = []