# 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 = "happy_chart_rs" version = "1.17.2" description = "A subjective day quality charting program" homepage = "https://github.com/CoryRobertson/happy_chart_rs" readme = "README.MD" keywords = [ "happy", "charting", "mental-health", "binary", "journal", ] categories = [ "visualization", "value-formatting", ] license = "GPL-3.0-only" repository = "https://github.com/CoryRobertson/happy_chart_rs" [profile.release] lto = true strip = true [[bench]] name = "stat_benches" harness = false [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.chrono-tz] version = "0.9.0" features = ["serde"] [dependencies.cocoon] version = "0.4.1" [dependencies.csv] version = "1.3.0" [dependencies.eframe] version = "0.27.2" features = [ "serde", "accesskit", ] [dependencies.egui] version = "0.27.2" features = [ "serde", "accesskit", ] [dependencies.image] version = "0.25.0" [dependencies.rand] version = "0.8.5" [dependencies.rfd] version = "0.14.0" [dependencies.self_update] version = "0.39.0" features = [ "archive-zip", "compression-flate2", "compression-zip-bzip2", "compression-zip-deflate", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] [dependencies.tracing-tracy] version = "0.11.0" features = [ "default", "flush-on-exit", ] optional = true [dependencies.zip] version = "^0.6.6" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.vergen] version = "8.2.6" features = [ "build", "git", "gitcl", ] [features] tracing = ["dep:tracing-tracy"] [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"