# 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 = "lola-sumup" version = "0.1.0" authors = ["Urs Joss "] description = "A cli program to create LoLa specific exports from monthly SumUp reports" readme = "README.md" license = "MIT" [profile.dev] opt-level = 1 [profile.release] lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.polars] version = "0.41.0" features = [ "lazy", "dtype-date", "temporal", "strings", "concat_str", "regex", "round_series", "is_in", "semi_anti_join", "abs", ] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.21.0"