# 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 = "term_keep" version = "1.2.1" authors = ["Chris Vilches (https://github.com/ChrisVilches)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal-based Google Keep clone. Can be used as a note taking / To-Do list app on a server." homepage = "https://github.com/ChrisVilches/Term-Keep" readme = "README.md" license = "MIT" repository = "https://github.com/ChrisVilches/Term-Keep" [lib] name = "term_keep" path = "src/lib.rs" [[bin]] name = "term_keep" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.0.8" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.edit] version = "0.1.4" [dependencies.fancy-regex] version = "0.11.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.once_cell] version = "1.17.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dependencies.rusqlite] version = "0.28.0" features = [ "bundled", "chrono", ] [dependencies.termimad] version = "0.14" [dependencies.unicode-segmentation] version = "1.9.0" [dev-dependencies.test-case] version = "2.2.2"