[package] name = "chopper" version = "0.8.3" authors = ["Xinyun Wu ", "Serguei Narojnyi "] edition = "2021" repository = "https://github.com/octoske/chopper" description = "Chopper is a streaming time series manipulation framework. Cli frontend is provided via chop crate." readme = "README.md" license = "BSD-2-Clause" keywords = ["io", "data", "streaming", "csv"] exclude = [ ".idea/*", "chop/*", "examples/*", "tests/*", "util/*", "vcat/*", "vdir/*", "vfile/*", ] [dependencies] async-trait = "0.1" byteorder = "1.4" chrono = "0.4" chrono-tz = "0.8" clap = { version = "4.0", features = ["derive"] } dtoa = "1.0" encode_unicode = "1.0" futures = "0.3" lazy_static = "1.4" ndarray = { version = "0.15", features = ["serde"] } serde = "1.0" thiserror = "1.0" tokio = { version = "1.21", features = ["full"] } vdir = "0.8" vfile = "0.8" [dev-dependencies] serde_with = "2.0"