# 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 = "thoughts" version = "3.1.0" authors = ["kalscium "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple cli for recording down any random thoughts you may have :D" readme = "README.md" keywords = [ "cli", "thoughts", "simple", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/kalscium/thoughts" [lib] name = "thoughts" path = "src/lib.rs" [[bin]] name = "thoughts" path = "src/main.rs" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.home] version = "0.5" [dependencies.log] version = "0.4" [dependencies.ron] version = "0.8" [dependencies.rustyline] version = "13.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.stack-db] version = "0.3"