mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 05:53:10 +00:00
![Jade](/assets/img/avatar_default.png)
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
22 lines
523 B
TOML
22 lines
523 B
TOML
[package]
|
|
name = "rustc_span"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_index = { path = "../rustc_index" }
|
|
rustc_arena = { path = "../rustc_arena" }
|
|
scoped-tls = "1.0"
|
|
unicode-width = "0.1.4"
|
|
cfg-if = "0.1.2"
|
|
tracing = "0.1"
|
|
sha1 = { package = "sha-1", version = "0.9" }
|
|
sha2 = "0.9"
|
|
md5 = { package = "md-5", version = "0.9" }
|