| # Copyright 2020 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # DO NOT EDIT. THIS FILE IS GENERATED BY CARGO GNAW. EDIT THE CARGO TOML FILE |
| |
| import("//build/licenses/license.gni") |
| |
| gn_source_root = rebase_path("//", root_build_dir) |
| not_needed([ "gn_source_root" ]) |
| |
| group("feature_test") { |
| public_deps = [ ":feature_test-v0_1_0" ] |
| } |
| |
| rust_library("crate_with_features-v0_1_0") { |
| crate_name = "crate_with_features" |
| crate_root = "//feature_review/crate_with_features/src/lib.rs" |
| output_name = "crate_with_features-7091b4706c607e57" |
| |
| deps = [] |
| |
| rustenv = [] |
| |
| rustflags = [ |
| "--cap-lints=allow", |
| "--edition=2018", |
| "-Cmetadata=7091b4706c607e57", |
| "-Cextra-filename=-7091b4706c607e57", |
| "--cfg=feature=\"feature1\"", |
| ] |
| |
| visibility = [ ":*" ] |
| |
| applicable_licenses = [] |
| } |
| |
| rust_library("feature_test-v0_1_0") { |
| crate_name = "feature_test" |
| crate_root = "//feature_review/src/lib.rs" |
| output_name = "feature_test-75712ce55243d0e0" |
| |
| deps = [] |
| deps += [ ":needs_feature-v0_1_0" ] |
| |
| rustenv = [] |
| |
| rustflags = [ |
| "--cap-lints=allow", |
| "--edition=2018", |
| "-Cmetadata=75712ce55243d0e0", |
| "-Cextra-filename=-75712ce55243d0e0", |
| ] |
| |
| visibility = [ ":*" ] |
| |
| applicable_licenses = [] |
| } |
| |
| rust_library("needs_feature-v0_1_0") { |
| crate_name = "needs_feature" |
| crate_root = "//feature_review/needs_feature/src/lib.rs" |
| output_name = "needs_feature-e99a212d2fc1fa1b" |
| |
| deps = [] |
| deps += [ ":crate_with_features-v0_1_0" ] |
| |
| rustenv = [] |
| |
| rustflags = [ |
| "--cap-lints=allow", |
| "--edition=2021", |
| "-Cmetadata=e99a212d2fc1fa1b", |
| "-Cextra-filename=-e99a212d2fc1fa1b", |
| ] |
| |
| visibility = [ ":*" ] |
| |
| applicable_licenses = [] |
| } |