atomic-dbg 0.1.11

Atomic `dbg`/`eprintln`/`eprint` macros
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "atomic-dbg"
version = "0.1.11"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
build = false
exclude = ["/.*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atomic `dbg`/`eprintln`/`eprint` macros"
documentation = "https://docs.rs/atomic-dbg"
readme = "README.md"
keywords = [
    "printing",
    "print",
    "macros",
    "stderr",
]
categories = ["development-tools"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/sunfishcode/atomic-dbg"

[features]
default = ["errno"]

[lib]
name = "atomic_dbg"
path = "src/lib.rs"

[[example]]
name = "dbg"
path = "examples/dbg.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "log"
path = "examples/log.rs"

[[example]]
name = "more"
path = "examples/more.rs"

[[example]]
name = "threads"
path = "examples/threads.rs"

[[example]]
name = "too_long"
path = "examples/too_long.rs"

[[example]]
name = "unicode"
path = "examples/unicode.rs"

[target."cfg(unix)".dependencies.errno]
version = "0.3.0"
optional = true
default-features = false

[target."cfg(unix)".dependencies.log]
version = "0.4"
optional = true
default-features = false

[target."cfg(unix)".dependencies.rustix]
version = "1.0.0"
features = [
    "stdio",
    "pipe",
]
default-features = false

[target."cfg(windows)".dependencies.io-lifetimes]
version = "2.0.0"
default-features = false

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59.0"
features = [
    "Win32_Foundation",
    "Win32_System_Console",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
]