# 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 = "2021" name = "rustc_data_structures" version = "0.1.2" authors = ["zongzhe1024@163.com"] description = "Reuse rustc_data_structures for compiler_base" homepage = "https://github.com/kcl-lang/kcl" readme = "README.md" keywords = [ "rustc", "data_structures", ] categories = ["command-line-utilities"] license = "Apache-2.0 OR MIT" repository = "https://github.com/kcl-lang/kcl" [lib] doctest = false [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.bitflags] version = "1.2.1" [dependencies.cfg-if] version = "0.1.2" [dependencies.ena] version = "0.14" [dependencies.indexmap] version = "1.8.0" features = ["rustc-rayon"] [dependencies.jobserver_crate] version = "0.1.13" package = "jobserver" [dependencies.libc] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "0.3.2" package = "rustc-rayon" [dependencies.rayon-core] version = "0.3.2" package = "rustc-rayon-core" [dependencies.rustc-hash] version = "1.1.0" [dependencies.stable_deref_trait] version = "1.0.0" [dependencies.tempfile] version = "3.5.0" [dependencies.tracing] version = "0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.memmap2] version = "0.2.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "std", "fileapi", "psapi", "winerror", ]