Migrate 25 crates to monorepo.

miette
mime
mio
mls-rs-codec
mls-rs-codec-derive
mls-rs-core
mockall
named-lock
nom
no-panic
num_cpus
num-integer
num-traits
oorandom
os_str_bytes
p9
p9_wire_format_derive
parking_lot
parking_lot_core
pathdiff
pdl-runtime
pest
pest_derive
pest_generator
pest_meta

Bug: 339424309
Test: treehugger
Change-Id: Iafa3282db94287cb998430631ad4dc1f8f3081fb
diff --git a/Android.bp b/Android.bp
index 6ad7968..96beb97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,76 +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_num-traits_license"],
-}
-
-license {
-    name: "external_rust_crates_num-traits_license",
-    visibility: [":__subpackages__"],
-    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
-    license_text: ["LICENSE"],
-}
-
-rust_library {
-    name: "libnum_traits",
-    host_supported: true,
-    crate_name: "num_traits",
-    cargo_env_compat: true,
-    cargo_pkg_version: "0.2.19",
-    crate_root: "src/lib.rs",
-    edition: "2021",
-    features: [
-        "default",
-        "std",
-    ],
-    cfgs: ["has_total_cmp"],
-    apex_available: [
-        "//apex_available:platform",
-        "//apex_available:anyapex",
-    ],
-    product_available: true,
-    vendor_available: true,
-    min_sdk_version: "29",
-}
-
-rust_test {
-    name: "num-traits_test_src_lib",
-    host_supported: true,
-    crate_name: "num_traits",
-    cargo_env_compat: true,
-    cargo_pkg_version: "0.2.19",
-    crate_root: "src/lib.rs",
-    test_suites: ["general-tests"],
-    auto_gen_config: true,
-    test_options: {
-        unit_test: true,
-    },
-    edition: "2021",
-    features: [
-        "default",
-        "std",
-    ],
-    cfgs: ["has_total_cmp"],
-}
-
-rust_test {
-    name: "num-traits_test_tests_cast",
-    host_supported: true,
-    crate_name: "cast",
-    cargo_env_compat: true,
-    cargo_pkg_version: "0.2.19",
-    crate_root: "tests/cast.rs",
-    test_suites: ["general-tests"],
-    auto_gen_config: true,
-    test_options: {
-        unit_test: true,
-    },
-    edition: "2021",
-    features: [
-        "default",
-        "std",
-    ],
-    cfgs: ["has_total_cmp"],
-    rustlibs: ["libnum_traits"],
-}
+// This crate has been migrated to external/rust/android-crates-io.
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 54125e0..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,69 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
-  "imports": [
-    {
-      "path": "external/rust/crates/base64"
-    },
-    {
-      "path": "external/rust/crates/gdbstub_arch"
-    },
-    {
-      "path": "external/rust/crates/num-bigint"
-    },
-    {
-      "path": "external/rust/crates/num-integer"
-    },
-    {
-      "path": "external/rust/crates/oid-registry"
-    },
-    {
-      "path": "external/rust/crates/tinytemplate"
-    },
-    {
-      "path": "external/rust/crates/tinyvec"
-    },
-    {
-      "path": "external/rust/crates/unicode-xid"
-    },
-    {
-      "path": "external/uwb/src"
-    },
-    {
-      "path": "packages/modules/Virtualization/apkdmverity"
-    },
-    {
-      "path": "packages/modules/Virtualization/authfs"
-    },
-    {
-      "path": "packages/modules/Virtualization/avmd"
-    },
-    {
-      "path": "packages/modules/Virtualization/libs/apkverify"
-    },
-    {
-      "path": "packages/modules/Virtualization/microdroid_manager"
-    },
-    {
-      "path": "packages/modules/Virtualization/virtualizationmanager"
-    },
-    {
-      "path": "packages/modules/Virtualization/zipfuse"
-    }
-  ],
-  "presubmit": [
-    {
-      "name": "num-traits_test_src_lib"
-    },
-    {
-      "name": "num-traits_test_tests_cast"
-    }
-  ],
-  "presubmit-rust": [
-    {
-      "name": "num-traits_test_src_lib"
-    },
-    {
-      "name": "num-traits_test_tests_cast"
-    }
-  ]
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
deleted file mode 100644
index d34a39d..0000000
--- a/cargo_embargo.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "min_sdk_version": "29",
-  "tests": true,
-  "variants": [
-    {},
-    {
-        "generate_androidbp": false,
-        "generate_rulesmk": true,
-        "tests": false,
-        "features": []
-    }
-]
-}