xrl 0.0.3

Xi Rpc Lib - Tokio based implementation of the RPC used in the Xi editor
Documentation
# 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]
name = "xrl"
version = "0.0.3"
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
description = "Xi Rpc Lib - Tokio based implementation of the RPC used in the Xi editor"
homepage = "https://github.com/little-dude/xrl"
readme = "README.md"
keywords = ["xi", "rpc", "json-rpc"]
license-file = "LICENSE-MIT"
repository = "https://github.com/little-dude/xrl"
[dependencies.serde]
version = "1.0.15"

[dependencies.tokio-core]
version = "0.1.9"

[dependencies.serde_json]
version = "1.0.3"

[dependencies.log]
version = "0.3.8"

[dependencies.tokio-process]
version = "0.1.4"

[dependencies.tokio-io]
version = "0.1.3"

[dependencies.futures]
version = "0.1.16"

[dependencies.serde_derive]
version = "1.0.15"

[dependencies.bytes]
version = "0.4.5"

[dependencies.clippy]
version = "0.0.165"
optional = true