--- libgit2-sys-0.12.26+1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ libgit2-sys-0.12.26+1.3.0/Cargo.toml 2022-12-14T12:17:05.219300+00:00 @@ -12,13 +12,13 @@ [package] edition = "2018" name = "libgit2-sys" -version = "0.12.26+1.3.0" +version = "0.12.26" authors = ["Josh Triplett ", "Alex Crichton "] build = "build.rs" links = "git2" exclude = ["libgit2/ci/*", "libgit2/docs/*", "libgit2/examples/*", "libgit2/fuzzers/*", "libgit2/tests/*"] description = "Native bindings to the libgit2 library" -license = "MIT/Apache-2.0" +license = "MIT AND GPL-2.0-only WITH GCC-exception-2.0 AND BSD-3-Clause" repository = "https://github.com/rust-lang/git2-rs" [lib] @@ -47,8 +47,6 @@ ssh = ["libssh2-sys"] ssh_key_from_memory = [] vendored = [] -vendored-openssl = ["openssl-sys/vendored"] -zlib-ng-compat = ["libz-sys/zlib-ng", "libssh2-sys/zlib-ng-compat"] [target."cfg(unix)".dependencies.openssl-sys] version = "0.9" optional = true