tiny-xlib 0.2.5

A tiny Xlib wrapper for Rust
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"
rust-version = "1.70"
name = "tiny-xlib"
version = "0.2.5"
authors = ["John Nunley <dev@notgull.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny Xlib wrapper for Rust"
homepage = "https://github.com/rust-windowing/tiny-xlib"
documentation = "https://docs.rs/tiny-xlib"
readme = "README.md"
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/rust-windowing/tiny-xlib"

[features]
default = ["tracing"]
dlopen = ["libloading"]

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

[[test]]
name = "display"
path = "tests/display.rs"

[[test]]
name = "prev"
path = "tests/prev.rs"

[dependencies.as-raw-xcb-connection]
version = "1.0.0"

[dependencies.ctor]
version = "0.10.0"
features = ["std"]
default-features = false

[dependencies.libloading]
version = "0.8.0"
optional = true

[dependencies.tracing]
version = "0.1.37"
optional = true
default-features = false

[dev-dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tracing-subscriber]
version = "0.3.17"

[dev-dependencies.x11-dl]
version = "2.21.0"

[dev-dependencies.x11rb]
version = "0.13.0"
features = ["allow-unsafe-code"]

[build-dependencies.pkg-config]
version = "0.3.27"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]