# 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 = "pint-rs" version = "0.1.3" authors = ["Pint-RS <@kbonnici>"] description = "Parse Toggl time-tracking CSV files to generate invoices" readme = "README.md" keywords = [ "toggl", "csv", "invoice", "time-tracking", "pintrs", ] license = "GPL-3.0" repository = "https://github.com/kbonnici/pint-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.csv] version = "1.2.2" [dependencies.time] version = "0.3.22"