# 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.63" name = "tiny-xlib" version = "0.2.3" authors = ["John Nunley "] description = "A tiny Xlib wrapper for Rust" homepage = "https://github.com/notgull/tiny-xlib" documentation = "https://docs.rs/tiny-xlib" readme = "README.md" license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/notgull/tiny-xlib" [dependencies.as-raw-xcb-connection] version = "1.0.0" [dependencies.ctor-lite] version = "0.1.0" [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" [features] default = ["tracing"] dlopen = ["libloading"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0