1{
2  "metadata": null,
3  "packages": [
4    {
5      "authors": [
6        "Andrew Gallant <jamslam@gmail.com>"
7      ],
8      "categories": [
9        "text-processing"
10      ],
11      "default_run": null,
12      "dependencies": [
13        {
14          "features": [],
15          "kind": null,
16          "name": "memchr",
17          "optional": false,
18          "registry": null,
19          "rename": null,
20          "req": "^2.4.0",
21          "source": "registry+https://github.com/rust-lang/crates.io-index",
22          "target": null,
23          "uses_default_features": false
24        }
25      ],
26      "description": "Fast multiple substring searching.",
27      "documentation": null,
28      "edition": "2018",
29      "features": {
30        "default": [
31          "std"
32        ],
33        "std": [
34          "memchr/std"
35        ]
36      },
37      "homepage": "https://github.com/BurntSushi/aho-corasick",
38      "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick#0.7.20",
39      "keywords": [
40        "string",
41        "search",
42        "text",
43        "aho",
44        "multi"
45      ],
46      "license": "Unlicense OR MIT",
47      "license_file": null,
48      "links": null,
49      "manifest_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick/Cargo.toml",
50      "metadata": null,
51      "name": "aho-corasick",
52      "publish": null,
53      "readme": "README.md",
54      "repository": "https://github.com/BurntSushi/aho-corasick",
55      "rust_version": null,
56      "source": null,
57      "targets": [
58        {
59          "crate_types": [
60            "lib"
61          ],
62          "doc": true,
63          "doctest": true,
64          "edition": "2018",
65          "kind": [
66            "lib"
67          ],
68          "name": "aho_corasick",
69          "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick/src/lib.rs",
70          "test": true
71        }
72      ],
73      "version": "0.7.20"
74    },
75    {
76      "authors": [
77        "Andrew Gallant <jamslam@gmail.com>",
78        "bluss"
79      ],
80      "categories": [],
81      "default_run": null,
82      "dependencies": [
83        {
84          "features": [],
85          "kind": null,
86          "name": "compiler_builtins",
87          "optional": true,
88          "registry": null,
89          "rename": null,
90          "req": "^0.1.2",
91          "source": "registry+https://github.com/rust-lang/crates.io-index",
92          "target": null,
93          "uses_default_features": true
94        },
95        {
96          "features": [],
97          "kind": null,
98          "name": "rustc-std-workspace-core",
99          "optional": true,
100          "registry": null,
101          "rename": "core",
102          "req": "^1.0.0",
103          "source": "registry+https://github.com/rust-lang/crates.io-index",
104          "target": null,
105          "uses_default_features": true
106        },
107        {
108          "features": [],
109          "kind": null,
110          "name": "log",
111          "optional": true,
112          "registry": null,
113          "rename": null,
114          "req": "^0.4.20",
115          "source": "registry+https://github.com/rust-lang/crates.io-index",
116          "target": null,
117          "uses_default_features": true
118        },
119        {
120          "features": [],
121          "kind": "dev",
122          "name": "quickcheck",
123          "optional": false,
124          "registry": null,
125          "rename": null,
126          "req": "^1.0.3",
127          "source": "registry+https://github.com/rust-lang/crates.io-index",
128          "target": null,
129          "uses_default_features": false
130        }
131      ],
132      "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n",
133      "documentation": "https://docs.rs/memchr/",
134      "edition": "2021",
135      "features": {
136        "alloc": [],
137        "compiler_builtins": [
138          "dep:compiler_builtins"
139        ],
140        "core": [
141          "dep:core"
142        ],
143        "default": [
144          "std"
145        ],
146        "libc": [],
147        "logging": [
148          "dep:log"
149        ],
150        "rustc-dep-of-std": [
151          "core",
152          "compiler_builtins"
153        ],
154        "std": [
155          "alloc"
156        ],
157        "use_std": [
158          "std"
159        ]
160      },
161      "homepage": "https://github.com/BurntSushi/memchr",
162      "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2",
163      "keywords": [
164        "memchr",
165        "memmem",
166        "substring",
167        "find",
168        "search"
169      ],
170      "license": "Unlicense OR MIT",
171      "license_file": null,
172      "links": null,
173      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/Cargo.toml",
174      "metadata": {
175        "docs": {
176          "rs": {
177            "rustdoc-args": [
178              "--generate-link-to-definition"
179            ]
180          }
181        }
182      },
183      "name": "memchr",
184      "publish": null,
185      "readme": "README.md",
186      "repository": "https://github.com/BurntSushi/memchr",
187      "rust_version": "1.61",
188      "source": "registry+https://github.com/rust-lang/crates.io-index",
189      "targets": [
190        {
191          "crate_types": [
192            "lib"
193          ],
194          "doc": true,
195          "doctest": true,
196          "edition": "2021",
197          "kind": [
198            "lib"
199          ],
200          "name": "memchr",
201          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs",
202          "test": true
203        }
204      ],
205      "version": "2.7.2"
206    }
207  ],
208  "resolve": {
209    "nodes": [
210      {
211        "dependencies": [
212          "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2"
213        ],
214        "deps": [
215          {
216            "dep_kinds": [
217              {
218                "kind": null,
219                "target": null
220              }
221            ],
222            "name": "memchr",
223            "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2"
224          }
225        ],
226        "features": [
227          "default",
228          "std"
229        ],
230        "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick#0.7.20"
231      },
232      {
233        "dependencies": [],
234        "deps": [],
235        "features": [
236          "alloc",
237          "std"
238        ],
239        "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2"
240      }
241    ],
242    "root": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick#0.7.20"
243  },
244  "target_directory": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick/target",
245  "version": 1,
246  "workspace_default_members": [
247    "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick#0.7.20"
248  ],
249  "workspace_members": [
250    "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick#0.7.20"
251  ],
252  "workspace_root": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/aho-corasick"
253}
254