omnifuse-git 0.2.0

Git backend for OmniFuse
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"
rust-version = "1.85"
name = "omnifuse-git"
version = "0.2.0"
authors = ["veged"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git backend for OmniFuse"
homepage = "https://github.com/veged/omniFUSE"
readme = false
keywords = [
    "fuse",
    "git",
    "vfs",
    "sync",
    "filesystem",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/veged/omniFUSE"
resolver = "2"

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

[[test]]
name = "backend_integration"
path = "tests/backend_integration.rs"

[[test]]
name = "error_classification_tests"
path = "tests/error_classification_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.omnifuse-core]
version = "0.2.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"