# 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 = "rust-tui-manager" version = "0.1.7" authors = ["Pablo Blanco "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Una aplicación TUI para gestionar notas, snippets y búsquedas en múltiples fuentes para desarrolladores Rust" readme = "README.md" keywords = [ "tui", "notes", "manager", "rust", "search", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/psanchezg/rust-tui-manager" [[bin]] name = "rust-tui-manager" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.arboard] version = "3.2" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0" [dependencies.open] version = "5.0" [dependencies.ratatui] version = "0.24.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rusqlite] version = "0.29" features = [ "bundled", "functions", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "5.0" [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.32.0" features = ["full"] [build-dependencies.serde_json] version = "1.0"