# 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 = "kyushu" version = "0.18.1" authors = ["Amir Alesheikh "] description = "kyushu is a local-first, event-based journaling application." homepage = "https://github.com/prmadev/soapberry/tree/main/crates/kyushu" readme = "README.md" keywords = [ "journaling", "events", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/prmadev/soapberry/tree/main/crates/kyushu" resolver = "1" [package.metadata.git-cliff.git] conventional_commits = true filter_unconventional = true split_commits = true [lib] path = "src/lib.rs" [[bin]] name = "kyushu" path = "src/main.rs" [dependencies.clap] version = "4.3.19" features = [ "derive", "cargo", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.once_cell] version = "1.18.0" [dependencies.owo-colors] version = "3.5.0" [dependencies.redmaple] version = "0.18.2" [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.thiserror] version = "1.0.44" [dependencies.time] version = "0.3.23" features = [ "serde", "formatting", "local-offset", "serde-human-readable", ] [dependencies.whirlybird] version = "0.13.4" features = ["journey"] default-features = false