# 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 = "tevec" version = "0.4.5" authors = ["Teamon"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to provide quantitative analysis functions for vec | ndarray | polars backend." readme = "README.md" license = "MIT" repository = "https://github.com/Teamon9161/tevec" [lib] name = "tevec" path = "src/lib.rs" [[bench]] name = "fdiff" path = "benches/fdiff.rs" harness = false required-features = ["fdiff"] [[bench]] name = "linspace" path = "benches/linspace.rs" harness = false [dependencies.derive_more] version = "1" features = ["from"] default-features = false [dependencies.ffi] version = "0.1" optional = true default-features = false package = "tea-ffi" [dependencies.statrs] version = "0.17" optional = true [dependencies.tea-agg] version = "0.4.5" optional = true [dependencies.tea-core] version = "0.4.5" default-features = false [dependencies.tea-dtype] version = "0.4.5" default-features = false [dependencies.tea-dyn] version = "0.4.5" optional = true [dependencies.tea-macros] version = "0.4.5" [dependencies.tea-map] version = "0.4.5" optional = true [dependencies.tea-rolling] version = "0.4.5" optional = true [dev-dependencies.criterion] version = "0.5" [features] agg = ["tea-agg"] default = [ "time", "agg", "map", "rolling", ] dyn = [ "tea-dyn", "tea-rolling?/dyn", ] fdiff = [ "stat", "rolling", ] map = ["tea-map"] ndarray = ["tea-core/ndarray"] polars = [ "tea-core/polars", "tea-dyn?/polars", ] polars-lazy = [ "polars", "tea-core/polars-lazy", ] polars-struct = [ "polars", "tea-core/polars-struct", ] rolling = ["tea-rolling"] serde = ["tea-core/serde"] stat = [ "statrs", "ffi", ] time = [ "tea-dtype/time", "tea-core/time", ] vecdeque = ["tea-core/vecdeque"]