[package] name = "season" version = "0.0.3" edition = "2021" readme = "README.md" authors = ["AX "] description = "Season: Automatic Data Augmentation Library." license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] polars = { version = "0.42.0", features = ["lazy", "random", "dtype-struct", "mode", "csv", "parquet", "json", "strings", "dtype-categorical"] } thiserror = "1.0" rand = "0.8" chrono = "0.4" flate2 = "1.0" [lib] name = "season" path = "src/lib.rs"