# 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 = "punchcard" version = "0.10.5" authors = ["Campbell M. Cole "] exclude = [ "flake.*", "**/*.sh", ".envrc", ".env.example", "/.vscode", "/assets", ] description = "A CLI tool for tracking work-from-home hours." homepage = "https://github.com/campbellcole/punchcard" readme = "README.md" keywords = [ "work-from-home", "time-tracking", "time-management", "punchcard", "hours-tracker", ] categories = [ "command-line-utilities", "date-and-time", "finance", "visualization", ] license = "AGPL-3.0-or-later" repository = "https://github.com/campbellcole/punchcard" [profile.release] opt-level = "s" lto = true codegen-units = 16 [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.chrono-tz] version = "0.8.2" [dependencies.clap] version = "4.3" features = [ "derive", "env", ] [dependencies.clap_complete_command] version = "0.5.1" [dependencies.color-eyre] version = "0.6.2" [dependencies.comfy-table] version = "7.0.1" [dependencies.comrak] version = "0.20.0" [dependencies.csv] version = "1.2.1" [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.humantime] version = "2.1.0" [dependencies.iana-time-zone] version = "0.1.56" [dependencies.owo-colors] version = "4.0.0" [dependencies.polars] version = "0.36.2" features = [ "csv", "lazy", "timezones", "temporal", "diff", "dynamic_group_by", "strings", "horizontal_concat", ] default-features = false [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.snailquote] version = "0.3.1" [dependencies.temp-dir] version = "0.1.11" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] debug = [ "generate_test_data", "nightly", ] default = [ "performant", "nightly", ] generate_test_data = ["rand"] nightly = ["polars/nightly"] performant = ["polars/performant"] stable = ["performant"] [target."cfg(not(target_env = \"msvc\"))".dependencies.jemallocator] version = "0.5"