risu 0.1.13

A lightning-fast, TUI-based note-taking app written in Rust. Features Vim-like bindings, local-first storage, and E2E encrypted sync.
# 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 = "risu"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightning-fast, TUI-based note-taking app written in Rust. Features Vim-like bindings, local-first storage, and E2E encrypted sync."
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "markdown",
    "notes",
    "productivity",
]
categories = [
    "command-line-utilities",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/ticklon/risu-cli"

[[bin]]
name = "risu"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arboard]
version = "3.6.1"

[dependencies.argon2]
version = "0.5.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.29.0"
features = ["serde"]

[dependencies.reqwest]
version = "0.13.1"
features = ["json"]

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.toml]
version = "0.9.11"

[dependencies.tui-textarea]
version = "0.7.0"

[dependencies.uuid]
version = "1.19.0"
features = ["v4"]

[dependencies.webbrowser]
version = "1.0.6"

[dependencies.zeroize]
version = "1.8.2"