# 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 = "season" version = "0.0.3" authors = ["AX "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Season: Automatic Data Augmentation Library." readme = "README.md" license = "MIT/Apache-2.0" [lib] name = "season" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.flate2] version = "1.0" [dependencies.polars] version = "0.42.0" features = [ "lazy", "random", "dtype-struct", "mode", "csv", "parquet", "json", "strings", "dtype-categorical", ] [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0"