Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ rust_library(
visibility = ["PUBLIC"],
deps = [
"//third-party/rust/crates/ahash/0.8.12:ahash",
"//third-party/rust/crates/anyhow/1.0.100:anyhow",
"//third-party/rust/crates/async-stream/0.3.6:async-stream",
"//third-party/rust/crates/async-trait/0.1.89:async-trait",
"//third-party/rust/crates/axum/0.8.7:axum",
"//third-party/rust/crates/base64/0.22.1:base64",
"//third-party/rust/crates/bincode/2.0.1:bincode",
"//third-party/rust/crates/bstr/1.12.1:bstr",
"//third-party/rust/crates/byteorder/1.5.0:byteorder",
Expand All @@ -46,22 +43,15 @@ rust_library(
"//third-party/rust/crates/futures-util/0.3.31:futures-util",
"//third-party/rust/crates/futures/0.3.31:futures",
"//third-party/rust/crates/hex/0.4.3:hex",
"//third-party/rust/crates/http/1.4.0:http",
"//third-party/rust/crates/hyper/1.8.1:hyper",
"//third-party/rust/crates/libc/0.2.177:libc",
"//third-party/rust/crates/lru-mem/0.3.0:lru-mem",
"//third-party/rust/crates/memchr/2.7.6:memchr",
"//third-party/rust/crates/natord/1.0.9:natord",
"//third-party/rust/crates/num_cpus/1.17.0:num_cpus",
"//third-party/rust/crates/path-absolutize/3.1.1:path-absolutize",
"//third-party/rust/crates/rayon/1.11.0:rayon",
"//third-party/rust/crates/reqwest/0.12.24:reqwest",
"//third-party/rust/crates/ring/0.17.14:ring",
"//third-party/rust/crates/russh-keys/0.49.2:russh-keys",
"//third-party/rust/crates/russh/0.54.6:russh",
"//third-party/rust/crates/sea-orm/1.1.19:sea-orm",
"//third-party/rust/crates/serde/1.0.228:serde",
"//third-party/rust/crates/serde_json/1.0.145:serde_json",
"//third-party/rust/crates/sha1/0.10.6:sha1",
"//third-party/rust/crates/sha2/0.10.9:sha2",
"//third-party/rust/crates/similar/2.7.0:similar",
Expand Down Expand Up @@ -91,11 +81,8 @@ rust_test(
visibility = ["PUBLIC"],
deps = [
"//third-party/rust/crates/ahash/0.8.12:ahash",
"//third-party/rust/crates/anyhow/1.0.100:anyhow",
"//third-party/rust/crates/async-stream/0.3.6:async-stream",
"//third-party/rust/crates/async-trait/0.1.89:async-trait",
"//third-party/rust/crates/axum/0.8.7:axum",
"//third-party/rust/crates/base64/0.22.1:base64",
"//third-party/rust/crates/bincode/2.0.1:bincode",
"//third-party/rust/crates/bstr/1.12.1:bstr",
"//third-party/rust/crates/byteorder/1.5.0:byteorder",
Expand All @@ -109,8 +96,6 @@ rust_test(
"//third-party/rust/crates/futures-util/0.3.31:futures-util",
"//third-party/rust/crates/futures/0.3.31:futures",
"//third-party/rust/crates/hex/0.4.3:hex",
"//third-party/rust/crates/http/1.4.0:http",
"//third-party/rust/crates/hyper/1.8.1:hyper",
"//third-party/rust/crates/libc/0.2.177:libc",
"//third-party/rust/crates/lru-mem/0.3.0:lru-mem",
"//third-party/rust/crates/memchr/2.7.6:memchr",
Expand All @@ -121,13 +106,8 @@ rust_test(
"//third-party/rust/crates/rand/0.9.2:rand",
"//third-party/rust/crates/rand_chacha/0.9.0:rand_chacha",
"//third-party/rust/crates/rayon/1.11.0:rayon",
"//third-party/rust/crates/reqwest/0.12.24:reqwest",
"//third-party/rust/crates/ring/0.17.14:ring",
"//third-party/rust/crates/russh-keys/0.49.2:russh-keys",
"//third-party/rust/crates/russh/0.54.6:russh",
"//third-party/rust/crates/sea-orm/1.1.19:sea-orm",
"//third-party/rust/crates/serde/1.0.228:serde",
"//third-party/rust/crates/serde_json/1.0.145:serde_json",
"//third-party/rust/crates/sha1/0.10.6:sha1",
"//third-party/rust/crates/sha2/0.10.9:sha2",
"//third-party/rust/crates/similar/2.7.0:similar",
Expand Down
5 changes: 1 addition & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 6 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-internal"
version = "0.2.3"
version = "0.3.0"
edition = "2024"
license = "MIT"
description = "Git-Internal is a high-performance Rust library for encoding and decoding Git internal objects and Pack files."
Expand All @@ -9,7 +9,7 @@ exclude = ["tests"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bstr = "1.12.0"
bstr = "1.12.1"
hex = "0.4.3"
thiserror = "2.0.17"
tracing = "0.1.43"
Expand All @@ -23,29 +23,24 @@ lru-mem = "0.3.0"
byteorder = "1.5.0"
futures-util = "0.3.31"
bytes = "1.11.0"
memchr = "2.7.4"
memchr = "2.7.6"
encoding_rs = "0.8.35"
rayon = "1.11.0"
serde_json = "1.0.145"
ahash = "0.8.12"

diffs = "0.5.1"
libc = "0.2.177"
zstd-sys = { version = "2.0.16+zstd.1.5.7", features = ["experimental"] }
sea-orm = { version = "1.1.17", features = ["sqlx-sqlite"] }
flate2 = { version = "1.1.4", features = ["zlib"] }
flate2 = { version = "1.1.5", features = ["zlib"] }
serde = { version = "1.0.228", features = ["derive"] }
chrono = { version = "0.4.42", features = ["serde"] }
uuid = { version = "1.18.1", features = ["v4"] }
tokio = { version = "1.47.1", features = ["fs"] }
tokio = { version = "1.48.0", features = ["fs"] }
bincode = { version = "2.0.1", features = ["serde"] }
axum = { version = "0.8.7", features = ["macros", "json"] }
async-trait = "0.1.83"
async-trait = "0.1.89"
futures = "0.3.31"
tokio-stream = "0.1.17"
http = "1.4.0"
# SSH server dependencies
hyper = "1.8.1"
natord = "1.0.9"
tempfile = "3.23.0"
path-absolutize = "3.1.1"
Expand Down
32 changes: 0 additions & 32 deletions third-party/rust/crates/aead/0.5.2/BUCK

This file was deleted.

37 changes: 0 additions & 37 deletions third-party/rust/crates/aes-gcm/0.10.3/BUCK

This file was deleted.

66 changes: 0 additions & 66 deletions third-party/rust/crates/anyhow/1.0.100/BUCK

This file was deleted.

38 changes: 0 additions & 38 deletions third-party/rust/crates/argon2/0.5.3/BUCK

This file was deleted.

Loading