[package] name = "stable_mir" version = "0.1.0-preview" edition = "2024" [dependencies] rustc_smir = { path = "../rustc_smir" } [features] # Provides access to APIs that expose internals of the rust compiler. # APIs enabled by this feature are unstable. They can be removed or modified # at any point and they are not included in the crate's semantic versioning. rustc_internal = []