third_party/rust/anstream/BUILD.gn
rust_static_library("anstream") {
sources = [
"//third_party/rust/vendor/anstream/src/adapter/wincon.rs",
"//third_party/rust/vendor/anstream/src/adapter/mod.rs",
"//third_party/rust/vendor/anstream/src/adapter/strip.rs",
"//third_party/rust/vendor/anstream/src/lib.rs",
"//third_party/rust/vendor/anstream/src/buffer.rs",
"//third_party/rust/vendor/anstream/src/wincon.rs",
"//third_party/rust/vendor/anstream/src/fmt.rs",
"//third_party/rust/vendor/anstream/src/auto.rs",
"//third_party/rust/vendor/anstream/src/stream.rs",
"//third_party/rust/vendor/anstream/src/_macros.rs",
"//third_party/rust/vendor/anstream/src/strip.rs"
]
crate_root = "//third_party/rust/vendor/anstream/src/lib.rs"
deps = [
"//third_party/rust/anstyle",
"//third_party/rust/anstyle_parse",
"//third_party/rust/anstyle_query",
"//third_party/rust/colorchoice",
"//third_party/rust/is_terminal_polyfill",
"//third_party/rust/utf8parse"
]
}