# 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 = "yata" version = "0.7.0" authors = ["AMvDev "] include = [ "/benches", "/src/*.rs", "/src/core", "/src/helpers", "/src/indicators", "/src/methods", "/README.md", "/LICENSE", "/rustfmt.toml", "/.gitignore", "/.editorconfig", ] description = "Yet another Technical Analysis library. For rust now." readme = "README.md" keywords = [ "technical", "analysis", "trading", "indicators", ] categories = [ "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/amv-dev/yata" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = ["serde"] period_type_u16 = [] period_type_u32 = [] period_type_u64 = [] unsafe_performance = [] value_type_f32 = []