# 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_abi" version = "0.0.20230517" description = """ Automatically published version of the package `rustc_abi` 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" [dependencies.bitflags] version = "1.2.1" [dependencies.rand] version = "0.8.4" optional = true default-features = false [dependencies.rand_xoshiro] version = "0.6.0" optional = true [dependencies.rustc_data_structures] version = "0.0.20230517" optional = true package = "hkalbasi-rustc-ap-rustc_data_structures" [dependencies.rustc_index] version = "0.0.20230517" default-features = false package = "hkalbasi-rustc-ap-rustc_index" [dependencies.rustc_macros] version = "0.0.20230517" optional = true package = "hkalbasi-rustc-ap-rustc_macros" [dependencies.rustc_serialize] version = "0.0.20230517" optional = true package = "hkalbasi-rustc-ap-rustc_serialize" [dependencies.tracing] version = "0.1" [features] default = [ "nightly", "randomize", ] nightly = [ "rustc_data_structures", "rustc_index/nightly", "rustc_macros", "rustc_serialize", ] randomize = [ "rand", "rand_xoshiro", ]