xrl 0.0.8

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]
edition = "2018"
name = "xrl"
version = "0.0.8"
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/xi-frontend/xrl"
readme = "README.md"
keywords = ["xi", "rpc", "json-rpc"]
license-file = "LICENSE-MIT"
repository = "https://github.com/xi-frontend/xrl"

[[bench]]
name = "linecache"
harness = false
[dependencies.bytes]
version = "0.4.12"

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

[dependencies.futures]
version = "0.1.27"

[dependencies.log]
version = "0.4.6"

[dependencies.serde]
version = "1.0.92"

[dependencies.serde_derive]
version = "1.0.92"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.syntect]
version = "3.2.0"
default-features = false

[dependencies.tokio]
version = "0.1.21"

[dependencies.tokio-codec]
version = "0.1.1"

[dependencies.tokio-process]
version = "0.2.3"
[dev-dependencies.criterion]
version = "0.2"