# 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-server" version = "0.1.0" authors = ["Chip Senkbeil "] description = "Daemon that supports parsing and modifying vimwiki files." homepage = "https://github.com/chipsenkbeil/vimwiki-rs" readme = "README.md" categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/vimwiki-rs" [lib] name = "vimwiki_server" path = "src/lib.rs" [[bin]] name = "vimwiki-server" path = "src/main.rs" [dependencies.async-graphql] version = "2.8.4" [dependencies.async-graphql-warp] version = "2.8.4" [dependencies.derive_more] version = "0.99.0" features = ["display", "error", "from"] default-features = false [dependencies.directories] version = "3.0.2" [dependencies.entity] version = "0.3.2" features = ["global", "macros", "serde-1"] [dependencies.entity-async-graphql] version = "0.3.2" features = ["macros"] [dependencies.entity-inmemory] version = "0.3.2" features = ["serde-1"] [dependencies.flexi_logger] version = "0.17.1" features = ["colors"] [dependencies.indicatif] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.notify] version = "5.0.0-pre.3" [dependencies.paste] version = "1.0.5" [dependencies.serde] version = "1.0.115" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0.58" [dependencies.sha-1] version = "0.9.1" [dependencies.shellexpand] version = "2.1.0" [dependencies.snafu] version = "0.6.9" [dependencies.structopt] version = "0.3.21" [dependencies.strum] version = "0.20.0" features = ["derive"] [dependencies.tokio] version = "1.4.0" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.typetag] version = "0.1.6" [dependencies.vimvar] version = "0.2" [dependencies.vimwiki] version = "=0.1.0" features = ["macros"] [dependencies.walkdir] version = "2.3.1" [dependencies.warp] version = "0.3.1"