Have cargo-sort 2.0.1 sort Cargo.toml's (#2653)

This commit is contained in:
Christoph Rüßler 2025-05-24 22:14:26 +02:00 committed by GitHub
parent 849824ab5a
commit 7625277953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -11,6 +11,11 @@ license = "MIT"
categories = ["concurrency", "asynchronous"]
keywords = ["git"]
[features]
default = ["trace-libgit"]
trace-libgit = []
vendor-openssl = ["openssl-sys"]
[dependencies]
bitflags = "2"
crossbeam-channel = "0.5"
@ -43,8 +48,3 @@ invalidstring = { path = "../invalidstring", version = "0.1" }
pretty_assertions = "1.4"
serial_test = "3.2"
tempfile = "3"
[features]
default = ["trace-libgit"]
trace-libgit = []
vendor-openssl = ["openssl-sys"]

View file

@ -11,9 +11,9 @@ readme = "README.md"
categories = ["development-tools::profiling"]
keywords = ["profiling", "logging"]
[features]
default = []
enabled = []
[dependencies]
log = "0.4"
[features]
default =[]
enabled =[]