hanzo-git-tooling 0.6.74

Git tooling utilities for Hanzo Dev
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 = "2024"
name = "hanzo-git-tooling"
version = "0.6.74"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git tooling utilities for Hanzo Dev"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hanzoai/dev"
resolver = "2"

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

[dependencies.schemars]
version = "0.8.22"

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

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.ts-rs]
version = "11"

[dependencies.walkdir]
version = "2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lints.clippy]
expect_used = "warn"
identity_op = "warn"
manual_clamp = "warn"
manual_filter = "warn"
manual_find = "warn"
manual_flatten = "warn"
manual_map = "warn"
manual_memcpy = "warn"
manual_non_exhaustive = "warn"
manual_ok_or = "warn"
manual_range_contains = "warn"
manual_retain = "warn"
manual_strip = "warn"
manual_try_fold = "warn"
manual_unwrap_or = "warn"
needless_borrow = "warn"
needless_borrowed_reference = "warn"
needless_collect = "warn"
needless_late_init = "warn"
needless_option_as_deref = "warn"
needless_question_mark = "warn"
needless_update = "warn"
redundant_clone = "warn"
redundant_closure = "warn"
redundant_closure_for_method_calls = "warn"
redundant_static_lifetimes = "warn"
trivially_copy_pass_by_ref = "warn"
uninlined_format_args = "warn"
unnecessary_filter_map = "warn"
unnecessary_lazy_evaluations = "warn"
unnecessary_sort_by = "warn"
unnecessary_to_owned = "warn"
unwrap_used = "warn"

[lints.rust]