# 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 = "2018" name = "rslint_config" version = "0.2.0" authors = ["RSLint developers"] description = "The rslint specific config format." license = "MIT" repository = "https://github.com/rslint/rslint" [dependencies.dirs-next] version = "2.0.0" [dependencies.heck] version = "0.3.1" [dependencies.regex] version = "1.4.1" [dependencies.rslint_core] version = "0.3.0" [dependencies.rslint_errors] version = "0.2.0" [dependencies.schemars] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.61" [dependencies.toml] version = "0.5.7" [features] schema = ["schemars", "rslint_core/schema"]