# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "notes-rs" version = "0.2.2" authors = ["Liam Woodward "] description = "Notes is a simple command line notes application for storing quick, short notes.\n" readme = "README.md" keywords = ["notes", "cli"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/alidiusk/notes-rs" [[bin]] name = "notes" path = "src/main.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.bincode] version = "1.2.1" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.clap] version = "2.33.1" [dependencies.dialoguer] version = "0.6.2" [dependencies.dirs] version = "2.0.2" [dependencies.heck] version = "0.3.1" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.18" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.predicates] version = "1.0.4" [dev-dependencies.tempfile] version = "3.1.0"