blob: dc7fa2cc3481cb5a842b23589cdab91e2136ef24 [file] [log] [blame]
# 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
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 = [ ":*" ]
}
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 = [ ":*" ]
}
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 = [ ":*" ]
}