# 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 = "2018" name = "timeplot" version = "0.8.4" authors = [ "Vasya Novikov ", "jbpratt <29494941+jbpratt78@users.noreply.github.com>", ] description = "Personal activity tracker & graph plotter" readme = "README.md" keywords = [ "graph", "plot", "time", "tracker", "logger", ] license = "GPL-3.0-or-later" repository = "https://github.com/vn971/timeplot" [profile.release] lto = true [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.config] version = "0.13.3" features = ["toml"] default-features = false [dependencies.directories] version = "4.0.1" [dependencies.env_logger] version = "0.10.0" [dependencies.fs2] version = "0.4.3" [dependencies.gnuplot] version = "0.0.37" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.open] version = "4.0.0" [dependencies.structopt] version = "0.3.26" features = ["color"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winuser"]