cargo-src 0.1.3

Semantic code navigation for Rust
# 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 = "cargo-src"
version = "0.1.3"
authors = ["Nick Cameron <ncameron@mozilla.com>"]
build = "build.rs"
description = "Semantic code navigation for Rust"
readme = "README.md"
categories = ["development-tools"]
license = "Apache-2.0/MIT"
repository = "https://github.com/nrc/cargo-src"

[[bin]]
name = "cargo-src"
[dependencies.cargo_metadata]
version = "0.5.2"

[dependencies.env_logger]
version = "0.3"

[dependencies.futures]
version = "0.1.14"

[dependencies.hyper]
version = "0.11"

[dependencies.log]
version = "0.3"

[dependencies.rls-analysis]
version = "0.12.1"

[dependencies.rls-blacklist]
version = "0.1.2"

[dependencies.rls-span]
version = "0.4"

[dependencies.rls-vfs]
version = "0.4"

[dependencies.rustdoc-highlight]
version = "0.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.4"

[dependencies.url]
version = "0.5"
[build-dependencies.walkdir]
version = "2"