# 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 = "downsample-oxide" version = "0.1.2" authors = ["Billy Sheppard"] description = "Largest Triangle Three Buckets Implementation" homepage = "https://github.com/Billy-Sheppard/downsample-oxide" readme = "README.md" keywords = [ "downsampling", "data", "lttb", "buckets", "charts", ] categories = [ "visualization", "date-and-time", ] license = "MIT" repository = "https://github.com/Billy-Sheppard/downsample-oxide" [dependencies.chrono_crate] version = "0.4.24" optional = true package = "chrono" [dependencies.rust_decimal] version = "1.29.0" [dependencies.time_crate] version = "0.3.20" optional = true package = "time" [dev-dependencies.chrono_crate] version = "0.4.24" package = "chrono" [features] chrono = ["chrono_crate"] time = ["time_crate"]