# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "racer" version = "2.2.2" authors = [ "Phil Dawes ", "The Racer developers", ] description = "Code completion for Rust" homepage = "https://github.com/racer-rust/racer" license = "MIT" repository = "https://github.com/racer-rust/racer" [package.metadata.rust-analyzer] rustc_private = true [profile.release] debug = false [lib] name = "racer" path = "src/racer/lib.rs" [[bin]] name = "racer" path = "src/bin/main.rs" doc = false required-features = ["metadata"] [dependencies.bitflags] version = "1.0" [dependencies.clap] version = "2.32" [dependencies.derive_more] version = "0.99.2" [dependencies.env_logger] version = "0.7.1" [dependencies.humantime] version = "2.0.0" [dependencies.lazy_static] version = "1.2" [dependencies.lazycell] version = "1.2" optional = true [dependencies.log] version = "0.4" [dependencies.racer-cargo-metadata] version = "0.1" optional = true [dependencies.rls-span] version = "0.5.1" [dev-dependencies.racer-testutils] version = "0.1" [features] default = ["metadata"] metadata = [ "lazycell", "racer-cargo-metadata", ] nightly = []