# 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_index" version = "0.0.20230517" description = """ Automatically published version of the package `rustc_index` 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.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.smallvec] version = "1.8.1" [features] default = ["nightly"] nightly = [ "rustc_serialize", "rustc_macros", ]