# 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.8" authors = ["Nick Cameron "] 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.6.4" [dependencies.comrak] version = "0.2.13" [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.13" [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.10" [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 = "2.1" [build-dependencies.walkdir] version = "2"