# 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 = "hkalbasi-rustc-ap-rustc_data_structures" version = "0.0.20230517" description = """ Automatically published version of the package `rustc_data_structures` in the hkalbasi/rust repository from commit e77366b57b799dfa3ce1fcb850c068723a3213ee The publishing script for this crate lives at: https://github.com/hkalbasi/rustc-auto-publish """ license = "MIT / Apache-2.0" repository = "https://github.com/hkalbasi/rust" [lib] [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.bitflags] version = "1.2.1" [dependencies.cfg-if] version = "1.0" [dependencies.elsa] version = "=1.7.1" [dependencies.ena] version = "0.14.2" [dependencies.indexmap] version = "1.9.3" [dependencies.itertools] version = "0.10.1" [dependencies.jobserver_crate] version = "0.1.13" package = "jobserver" [dependencies.libc] version = "0.2" [dependencies.measureme] version = "10.0.0" [dependencies.parking_lot] version = "0.11" [dependencies.rustc-hash] version = "1.1.0" [dependencies.rustc-rayon] version = "0.5.0" optional = true [dependencies.rustc-rayon-core] version = "0.5.0" optional = true [dependencies.rustc_arena] version = "0.0.20230517" package = "hkalbasi-rustc-ap-rustc_arena" [dependencies.rustc_graphviz] version = "0.0.20230517" package = "hkalbasi-rustc-ap-rustc_graphviz" [dependencies.rustc_index] version = "0.0.20230517" package = "hkalbasi-rustc-ap-rustc_index" [dependencies.rustc_macros] version = "0.0.20230517" package = "hkalbasi-rustc-ap-rustc_macros" [dependencies.rustc_serialize] version = "0.0.20230517" package = "hkalbasi-rustc-ap-rustc_serialize" [dependencies.smallvec] version = "1.8.1" features = [ "const_generics", "union", "may_dangle", ] [dependencies.stacker] version = "0.1.15" [dependencies.tempfile] version = "3.2" [dependencies.thin-vec] version = "0.2.12" [dependencies.tracing] version = "0.1" [features] rustc_use_parallel_compiler = [ "indexmap/rustc-rayon", "rustc-rayon", "rustc-rayon-core", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.memmap2] version = "0.2.1" [target."cfg(windows)".dependencies.windows] version = "0.48.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_ProcessStatus", "Win32_System_Threading", ]