leash 0.1.0

Shareable Clippy lint presets for teams and orgs
# 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 = "2024"
rust-version = "1.85"
name = "leash"
version = "0.1.0"
authors = ["Matilde Morrone <contact@matilde.pet>"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shareable Clippy lint presets for teams and orgs"
documentation = "https://docs.rs/leash"
readme = "README.md"
keywords = [
    "clippy",
    "lints",
    "preset",
]
categories = ["development-tools"]
license = "EUPL-1.2"
repository = "https://github.com/tailwags/leash"

[[bin]]
name = "leash"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.sap]
version = "0.2.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"