1# Copyright 2023 The Chromium Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# @generated from third_party/rust/chromium_crates_io/removed_Cargo.toml 6# by tools/crates/gnrt. Do not edit! 7 8# This is an empty crate that has replaced the '{{this.name}}' crate, since 9# it was listed in `resolve.remove_crates` in gnrt_config.toml. 10 11[package] 12name = "{{this.name}}" 13version = "{{this.version}}" 14 15[features] 16{{#each this.features}} 17"{{this}}" = [] 18{{/each}} 19 20{{#each this.dependencies}} 21[dependencies.{{this.name}}] 22version = "{{this.version}}" 23default_features = {{this.default_features}} 24features = [{{#each this.featuress}}{{#if @first}}{{this}}{{else}},{{this}}{{/if}}{{/each}}] 25{{/each}} 26