# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xcb-imdkit" version = "0.1.2" description = "Wrapper around xcb-imdkit, providing an IME client for the XIM protocol using XCB" homepage = "https://github.com/H-M-H/xcb-imdkit-rs" readme = "Readme.md" keywords = ["ffi", "xcb", "x11", "ime", "xim"] categories = ["api-bindings", "gui", "text-processing"] license = "LGPL-2.1-only" repository = "https://github.com/H-M-H/xcb-imdkit-rs" [lib] name = "xcb_imdkit" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [dependencies.bitflags] version = "1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.xcb] version = "0.9.0" [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3.19" [features] use-system-lib = []