blob: 5aac33dae1e0e10477bf335dea749f0e7314adfb [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
import("//build/licenses/license.gni")
gn_source_root = rebase_path("//", root_build_dir)
not_needed([ "gn_source_root" ])
group("simple_deps") {
public_deps = [ ":simple_deps-v0_1_0" ]
}
license("anyhow-v1_0_27.license") {
public_package_name = "anyhow"
license_files = [
"//simple_deps/vendor/anyhow/LICENSE-APACHE",
"//simple_deps/vendor/anyhow/LICENSE-MIT",
"//simple_deps/vendor/anyhow/src/LICENSE-FOR-TESTING",
]
}
rust_library("anyhow-v1_0_27") {
crate_name = "anyhow"
crate_root = "//simple_deps/vendor/anyhow/src/lib.rs"
output_name = "anyhow-d49cfcf8c47646f2"
configs += [ "//build/config:some_config" ]
deps = []
rustenv = []
rustflags = [
"--cap-lints=allow",
"--edition=2018",
"-Cmetadata=d49cfcf8c47646f2",
"-Cextra-filename=-d49cfcf8c47646f2",
"--cfg=feature=\"default\"",
"--cfg=feature=\"std\"",
"--cfg=backtrace",
]
visibility = [ ":*" ]
applicable_licenses = [ ":anyhow-v1_0_27.license" ]
}
license("simple_deps-v0_1_0.license") {
public_package_name = "simple_deps"
license_files = [
"//simple_deps/vendor/anyhow/LICENSE-APACHE",
"//simple_deps/vendor/anyhow/LICENSE-MIT",
"//simple_deps/vendor/anyhow/src/LICENSE-FOR-TESTING",
]
}
rust_library("simple_deps-v0_1_0") {
crate_name = "simple_deps"
crate_root = "//simple_deps/src/lib.rs"
output_name = "simple_deps-176a6857401f170f"
deps = []
deps += [ ":anyhow-v1_0_27" ]
rustenv = []
rustflags = [
"--cap-lints=allow",
"--edition=2018",
"-Cmetadata=176a6857401f170f",
"-Cextra-filename=-176a6857401f170f",
]
visibility = [ ":*" ]
applicable_licenses = [ ":simple_deps-v0_1_0.license" ]
}