# 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 = "prac" version = "0.1.6" authors = ["Henry Merrilees "] description = "The feedback-oriented utility for a practice-oriented life." homepage = "https://github.com/henry-merrilees/prac" readme = "README.md" keywords = [ "productivity", "cli", "practice", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/henry-merrilees/prac" [dependencies.anyhow] version = "1.0.72" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.3.19" features = [ "derive", "color", "cargo", ] [dependencies.ctrlc] version = "3.4.1" [dependencies.dialoguer] version = "0.10.4" features = [ "completion", "fuzzy-select", ] [dependencies.dirs] version = "5.0.1" [dependencies.itertools] version = "0.11.0" [dependencies.pest] version = "2.7.2" features = ["pretty-print"] [dependencies.pest_derive] version = "2.7.2" [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_with] version = "3.3.0" features = [ "chrono", "chrono_0_4", ] [dependencies.skim] version = "0.10.4" [dependencies.termsize] version = "0.1.6"