terminal-log-symbols 0.1.5

Provides log symbols for the terminal with fallbacks
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ansi-colors-macro"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3628db7b8f36503b3ccfb477203d801209a425c5f86013397cac2d836be67f6"

[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
 "hermit-abi",
 "libc",
 "winapi",
]

[[package]]
name = "hermit-abi"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"

[[package]]
name = "terminal-emoji"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c70b823a9b56470967c8ca5fe1a533a3008be9625e42eb799cd55bc56f60fed4"
dependencies = [
 "terminal-supports-emoji",
]

[[package]]
name = "terminal-log-symbols"
version = "0.1.5"
dependencies = [
 "ansi-colors-macro",
 "terminal-emoji",
]

[[package]]
name = "terminal-supports-emoji"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "140d15b379fa8a64be0986c6db44f7d21d6b259b6bbaa027da606af7db000f97"
dependencies = [
 "atty",
]

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"