le-change 0.3.1

Ultra-fast Git change detection library with zero-cost abstractions
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 = "le-change"
version = "0.3.1"
authors = ["terekete <spicyzhug@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-fast Git change detection library with zero-cost abstractions"
readme = false
keywords = [
    "git",
    "diff",
    "performance",
    "zero-copy",
]
categories = [
    "development-tools",
    "filesystem",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/lituus-io/le-change"

[features]
default = ["git2/vendored-libgit2"]
vendored = ["git2/vendored-libgit2"]

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

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

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

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

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

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

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

[[bench]]
name = "integration_benchmark"
path = "benches/integration_benchmark.rs"

[[bench]]
name = "interner_benchmark"
path = "benches/interner_benchmark.rs"

[[bench]]
name = "pattern_benchmark"
path = "benches/pattern_benchmark.rs"

[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.git2]
version = "0.21"
default-features = false

[dependencies.globset]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.8"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "http2",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "time",
]

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.4"

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

[dev-dependencies.tokio]
version = "1.35"
features = [
    "full",
    "test-util",
]