[dependencies.chrono]
version = "0.4.11"
[dependencies.csv]
version = "1.1"
[dev-dependencies.round]
version = "0.1.0"
[dev-dependencies.time_series_generator]
version = "0.2"
[package]
authors = ["MathisWellmann <wellmannmathis@gmail.com>"]
categories = ["algorithms"]
description = "Aggregate raw trades into candles using different methods"
edition = "2018"
exclude = ["/img", "/.idea"]
keywords = ["trading", "candles"]
license-file = "LICENSE"
name = "trade_aggregation"
readme = "README.md"
repository = "https://github.com/MathisWellmann/trade_aggregation-rs"
version = "1.0.0"