racer 2.1.1

Code completion for Rust
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 = "racer"
version = "2.1.1"
authors = ["Phil Dawes <phil@phildawes.net>", "The Racer developpers"]
description = "Code completion for Rust"
homepage = "https://github.com/racer-rust/racer"
license = "MIT"
repository = "https://github.com/racer-rust/racer"
[profile.release]
debug = true

[lib]
name = "racer"
path = "src/racer/lib.rs"

[[bin]]
name = "racer"
path = "src/bin/main.rs"
doc = false
[dependencies.bitflags]
version = "1.0"

[dependencies.cargo]
version = "0.28"

[dependencies.clap]
version = "2.32"

[dependencies.derive_more]
version = "0.11.0"

[dependencies.env_logger]
version = "0.5"

[dependencies.humantime]
version = "1.1"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

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

[dependencies.rustc-ap-syntax]
version = "203.0.0"
[dev-dependencies.racer-testutils]
version = "0.1"

[features]
nightly = []