diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 5e77498a..8863ba65 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -11,6 +11,11 @@ license = "MIT" categories = ["asynchronous", "concurrency"] keywords = ["git"] +[features] +default = ["trace-libgit"] +trace-libgit = [] +vendor-openssl = ["openssl-sys"] + [dependencies] bitflags = "2" crossbeam-channel = "0.5" @@ -45,8 +50,3 @@ invalidstring = { path = "../invalidstring", version = "0.1" } pretty_assertions = "1.4" serial_test = "3.3" tempfile = "3" - -[features] -default = ["trace-libgit"] -trace-libgit = [] -vendor-openssl = ["openssl-sys"]