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