# 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 = "jago" version = "0.1.1" authors = ["The Jago Contributors "] description = "A way to organize your thoughts." license = "MIT OR Apache-2.0" [dependencies.bytes] version = "0.5.4" [dependencies.clap] version = "2.33.1" [dependencies.dirs] version = "2.0.2" [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3.5" [dependencies.futures-util] version = "0.3.5" [dependencies.git2] version = "0.13.6" [dependencies.graphql_client] version = "0.9.0" [dependencies.http] version = "0.2.1" [dependencies.hyper] version = "0.13.6" [dependencies.open] version = "1.4.0" [dependencies.pulldown-cmark] version = "0.7.1" [dependencies.reqwest] version = "0.10.6" features = ["json"] [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.54" [dependencies.serde_yaml] version = "0.8.12" [dependencies.tempfile] version = "3.1.0" [dependencies.tokio] version = "0.2.21" features = ["full"] [dependencies.tokio-util] version = "0.3.1" features = ["codec"] [dependencies.toml] version = "0.5.6" [dependencies.url] version = "2.1.1" [dependencies.warp] version = "0.2.3"