# 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 = "traquer" version = "0.6.1" description = "technical analysis library" readme = "README.md" categories = ["finance"] license = "Apache-2.0" repository = "https://github.com/chungg/traquer" [[bench]] name = "traquer" harness = false [dependencies.itertools] version = "0.13.0" [dependencies.num-traits] version = "0.2.19" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.120" [dev-dependencies.ureq] version = "2.9.7" features = ["json"]