# 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 = "2018" name = "whitebreadx" version = "0.1.0" authors = ["notgull "] description = "A breadx library that provides a wrapper for libxcb and libX11." homepage = "https://github.com/bread-graphics/whitebreadx#readme" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/bread-graphics/whitebreadx" [package.metadata.docs.rs] all-features = true [dependencies.breadx] version = "3.1" default-features = false [dependencies.cfg-if] version = "1" [dependencies.cstr_core] version = "0.2" [dependencies.hashbrown] version = "0.11" default-features = false [dependencies.libc] version = "0.2" default-features = false [dependencies.libloading] version = "0.7.3" optional = true [dependencies.once_cell] version = "1" optional = true [dependencies.parking_lot] version = "0.12.0" optional = true [dependencies.rustc-hash] version = "1" default-features = false [dependencies.spin] version = "0.9" features = ["lazy"] [dev-dependencies.tracing-subscriber] version = "0.3.11" [features] default = [ "real_mutex", "std", "xlib", ] dl = [ "libloading", "std", ] pl = [ "real_mutex", "parking_lot", "breadx/pl", "once_cell/parking_lot", ] real_mutex = [ "once_cell", "std", ] std = ["breadx/std"] to_socket = ["std"] xlib = []