-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (33 loc) · 832 Bytes
/
Copy pathCargo.toml
File metadata and controls
37 lines (33 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "git-mirror"
version = "0.14.16"
authors = ["Pascal Bach <pascal.bach@nextrem.ch>"]
description = "Sync between different git repositories."
license = "MIT"
repository = "https://github.com/bachp/git-mirror"
keywords = ["git", "mirror", "sync"]
edition = "2024"
readme="README.md"
[features]
[dependencies]
time = "0.3.47"
log = "0.4.28"
env_logger = "0.11.10"
slug = "0.1.6"
rayon = "1.12.0"
serde = "1.0.228"
serde_derive = "1.0.228"
serde_json = "1.0.150"
serde_yaml = "0.9.34-deprecated"
fs2 = "0.4.3"
prometheus = "0.14.0"
reqwest = {version = "0.13.4", features = ["blocking"] }
junit-report = "0.8.3"
clap = { version = "4.6.1", features = [ "derive", "cargo", "env" ]}
thiserror = "2.0.18"
wait-timeout = "0.2.1"
[dev-dependencies]
assert_cmd = "2.2.2"
predicates = "3.1.4"
[profile.release]
lto = true