# 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 = "smart_notes_cli" version = "0.1.0" description = "fun note management cli tool" license = "MIT" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossterm] version = "0.25" features = ["serde"] [dependencies.rand] version = "0.7.3" features = ["std"] default-features = false [dependencies.rusqlite] version = "0.31.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0" [dependencies.tui] version = "0.19" features = [ "crossterm", "serde", ] default-features = false