]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.lock
disable extern-so ffi support for now due to licensing situation
[rust.git] / Cargo.lock
index 28be08c467cd4b94117d5afd6091c88fba6a7cfb..a7303421808fabefb8a57002f68c4e983cf90a8d 100644 (file)
@@ -2,12 +2,6 @@
 # It is not intended for manual editing.
 version = 3
 
-[[package]]
-name = "abort_on_panic"
-version = "2.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "955f37ac58af2416bac687c8ab66a4ccba282229bd7422a28d2281a5e66a6116"
-
 [[package]]
 name = "addr2line"
 version = "0.17.0"
@@ -314,26 +308,6 @@ version = "0.2.112"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
 
-[[package]]
-name = "libffi"
-version = "3.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0e08093a2ddeee94bd0c830a53d895ff91f1f3bb0f9b3c8c6b00739cdf76bc1d"
-dependencies = [
- "abort_on_panic",
- "libc",
- "libffi-sys",
-]
-
-[[package]]
-name = "libffi-sys"
-version = "2.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
-dependencies = [
- "cc",
-]
-
 [[package]]
 name = "libloading"
 version = "0.7.3"
@@ -418,7 +392,6 @@ dependencies = [
  "getrandom",
  "lazy_static",
  "libc",
- "libffi",
  "libloading",
  "log",
  "measureme",