pinner 0.0.2

A CLI utility to hash-pin GitHub Actions
Documentation
# 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 = "pinner"
version = "0.0.2"
authors = ["Fabio Falcinelli"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI utility to hash-pin GitHub Actions"
documentation = "https://ffalcinelli.github.io/pinner/latest/pinner/index.html"
readme = "README.md"
keywords = [
    "github-actions",
    "security",
    "pinning",
    "hash",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ffalcinelli/pinner"

[lib]
name = "pinner"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.futures]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.mockall]
version = "0.12"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.reqwest-middleware]
version = "0.5"

[dependencies.reqwest-retry]
version = "0.9"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.similar]
version = "2.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tree-sitter]
version = "0.20"

[dependencies.tree-sitter-yaml]
version = "0.0.1"

[dev-dependencies.cargo-husky]
version = "1"
features = [
    "precommit-hook",
    "prepush-hook",
    "run-cargo-fmt",
    "user-hooks",
]
default-features = false

[dev-dependencies.mockito]
version = "1.2"

[dev-dependencies.tempfile]
version = "3.10"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin)"]