Migrate 25 crates to monorepo

itoa
percent-encoding
untrusted
arbitrary
nix
arc-swap
arrayvec
axum-core
bindgen-cli
cov-mark
equivalent
fixedbitset
foreign-types
foreign-types-shared
fxhash
http
hyper
kernlog
lazycell
libtest-mimic
libz-sys
merge
merge_derive
mls-rs
mls-rs-crypto-traits

Bug: http://b/339424309
Test: treehugger
Change-Id: I02696660785cf0f1a76b79a100bb966c4afc43b9
diff --git a/Android.bp b/Android.bp
index dd5a133..96beb97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,60 +1 @@
-// This file is generated by cargo_embargo.
-// Do not modify this file because the changes will be overridden on upgrade.
-
-package {
-    default_applicable_licenses: ["external_rust_crates_hyper_license"],
-}
-
-license {
-    name: "external_rust_crates_hyper_license",
-    visibility: [":__subpackages__"],
-    license_kinds: ["SPDX-license-identifier-MIT"],
-    license_text: ["LICENSE"],
-}
-
-rust_library {
-    name: "libhyper",
-    host_supported: true,
-    crate_name: "hyper",
-    cargo_env_compat: true,
-    cargo_pkg_version: "0.14.28",
-    crate_root: "src/lib.rs",
-    edition: "2018",
-    features: [
-        "client",
-        "default",
-        "full",
-        "h2",
-        "http1",
-        "http2",
-        "runtime",
-        "server",
-        "socket2",
-        "stream",
-        "tcp",
-    ],
-    rustlibs: [
-        "libbytes",
-        "libfutures_channel",
-        "libfutures_core",
-        "libfutures_util",
-        "libh2",
-        "libhttp",
-        "libhttp_body",
-        "libhttparse",
-        "libhttpdate",
-        "libitoa",
-        "libpin_project_lite",
-        "libsocket2",
-        "libtokio",
-        "libtower_service",
-        "libtracing",
-        "libwant",
-    ],
-    apex_available: [
-        "//apex_available:platform",
-        "//apex_available:anyapex",
-    ],
-    product_available: true,
-    vendor_available: true,
-}
+// This crate has been migrated to external/rust/android-crates-io.
diff --git a/cargo_embargo.json b/cargo_embargo.json
deleted file mode 100644
index 0ea1d13..0000000
--- a/cargo_embargo.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-  "features": [
-    "client",
-    "default",
-    "full",
-    "h2",
-    "http1",
-    "http2",
-    "runtime",
-    "server",
-    "socket2",
-    "stream",
-    "tcp"
-  ],
-  "run_cargo": false
-}