# 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 = "memos-cli" version = "0.3.0" authors = ["Paul van der Meijs"] description = "A command-line tool for Memos." readme = "README.md" keywords = [ "cli", "memos", ] license = "MIT" repository = "https://github.com/paulvandermeijs/memos-cli" [[bin]] name = "memo" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.inquire] version = "0.7.5" [dependencies.memos-api] version = "0.3.0" [dependencies.memos-cli-ui] version = "0.3.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tempfile] version = "3.13.0" [dependencies.toml] version = "0.8.19" [dependencies.url] version = "2.5.2" features = ["serde"]