# 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 = "wiki-o" version = "0.1.0" authors = ["Dorian Davì"] description = "Smart note taking cli app" homepage = "https://github.com/doriancodes/wiki-o" readme = "README.md" keywords = [ "cli", "clipboard", "notes", "wiki", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/doriancodes/wiki-o" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 debug = 0 debug-assertions = false [lib] name = "wiki_o" path = "src/lib.rs" [[bin]] name = "wo" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.home] version = "0.5.9" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"