# 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 = "cargo_marker" version = "0.5.0" description = "Marker's CLI interface to automatically compile and run lint crates" readme = "README.md" keywords = [ "marker", "linting", "cli", "cargo", "cargo-subcommand", ] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-marker/marker" [[bin]] name = "cargo-marker" path = "src/main.rs" [dependencies.camino] version = "1.1" features = ["serde1"] [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.4.11" features = [ "string", "derive", ] [dependencies.itertools] version = "0.12" [dependencies.marker_error] version = "0.5.0" [dependencies.miette] version = "5.10" features = ["fancy-no-backtrace"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shlex] version = "1.2" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.yansi] version = "1.0.0-rc.1" [dev-dependencies.expect-test] version = "1.4"