# 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" rust-version = "1.75.0" name = "tui-journal" version = "0.12.0" authors = ["Ammar Abou Zor"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Tui app allows writing and managing journals/notes from within the terminal With different local back-ends" readme = "README.md" keywords = [ "tui", "terminal-app", "journal", "cli", "ui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ammarabouzor/tui-journal" [lib] name = "backend" path = "backend/src/lib.rs" [[bin]] name = "tjournal" path = "src/main.rs" [[test]] name = "backend" path = "backend/tests/backend.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.arboard] version = "3.4.1" features = ["wayland-data-control"] default-features = false [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.directories] version = "5.0.0" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.git2] version = "0.19.0" default-features = false [dependencies.log] version = "0.4.22" [dependencies.path-absolutize] version = "3.1.1" [dependencies.ratatui] version = "0.28.0" features = ["all-widgets"] [dependencies.rayon] version = "1.10.0" [dependencies.scopeguard] version = "1.2.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.simplelog] version = "0.12.2" [dependencies.sqlx] version = "0.8.1" features = [ "runtime-tokio-native-tls", "sqlite", "chrono", ] optional = true [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.toml] version = "0.8.16" [dependencies.tui-textarea] version = "0.6.1" [features] default = [ "json", "sqlite", ] json = [] sqlite = ["dep:sqlx"]