uasset-lens-git-diff 0.2.0

Diff Unreal Engine 5 assets between Git HEAD and the working tree
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 = "uasset-lens-git-diff"
version = "0.2.0"
authors = ["itsakeyfut"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diff Unreal Engine 5 assets between Git HEAD and the working tree"
homepage = "https://github.com/itsakeyfut/uasset-lens"
readme = "README.md"
keywords = [
    "unreal-engine",
    "uasset",
    "static-analysis",
    "game-development",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/itsakeyfut/uasset-lens"
resolver = "2"

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

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.uasset-lens-scanner]
version = "0.2.0"

[dependencies.uasset-lens-shared]
version = "0.2.0"