# 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 = "timetrack_jr" version = "1.0.0" description = "Simple CLI time-tracking utility" homepage = "https://github.com/hospadar/timetrack_jr/" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/hospadar/timetrack_jr/" [profile.release] lto = true strip = true [[bin]] name = "ttjr" path = "src/main.rs" [dependencies.chrono] version = "0.4.22" [dependencies.chrono-english] version = "0.1.7" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.icalendar] version = "0.13.3" [dependencies.libsqlite3-sys] version = "0.25.2" [dependencies.notify-rust] version = "4.5.10" [dependencies.once_cell] version = "1.15.0" [dependencies.regex] version = "1.6.0" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" features = ["preserve_order"]