# 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_adapter" version = "0.5.0" description = "Marker's adapter for common functions shared among lint drivers" readme = "README.md" keywords = ["marker"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-marker/marker" [dependencies.camino] version = "1.1" features = ["serde1"] [dependencies.itertools] version = "0.12" [dependencies.libloading] version = "0.8.0" [dependencies.marker_api] version = "0.5.0" features = ["driver-api"] [dependencies.marker_error] version = "0.5.0" [dependencies.marker_utils] version = "0.5.0" [dependencies.miette] version = "5.10" features = ["fancy-no-backtrace"] [dependencies.thiserror] version = "1.0"