# 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 = "vimwiki-cli" version = "0.1.0" authors = ["Chip Senkbeil "] description = "Comand-line interface for vimwiki operations" homepage = "https://github.com/chipsenkbeil/vimwiki-rs" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/vimwiki-rs" [[bin]] name = "vimwiki" path = "src/main.rs" [dependencies.directories] version = "3.0.2" [dependencies.jsonpath_lib] version = "0.2.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.sha-1] version = "0.9.6" [dependencies.shellexpand] version = "2.1.0" [dependencies.stderrlog] version = "0.5.1" [dependencies.structopt] version = "0.3.21" [dependencies.toml] version = "0.5.8" [dependencies.vimvar] version = "0.2" [dependencies.vimwiki] version = "=0.1.0" features = ["html"] [dependencies.walkdir] version = "2.3.2"