# 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 = "marker_rustc_driver" version = "0.5.0" description = "Marker's lint driver for rustc" readme = "README.md" keywords = [ "marker", "lint", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-marker/marker" [package.metadata.rust-analyzer] rustc_private = true [lib] doctest = false [dependencies.bumpalo] version = "3.14" [dependencies.camino] version = "1.1" features = ["serde1"] [dependencies.marker_adapter] version = "0.5.0" [dependencies.marker_api] version = "0.5.0" features = ["driver-api"] [dependencies.marker_error] version = "0.5.0" [dependencies.rustc_tools_util] version = "0.3" [build-dependencies.rustc_tools_util] version = "0.3"