# 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 = "tk-sys" version = "0.2.0" authors = ["Josiah Baldwin "] links = "tk" include = [ "src", "tests", "examples", "build.rs", "tk8.6", ] description = "bindings to Tk graphics library" homepage = "https://github.com/MisterEggnog/tcltk-rs" documentation = "https://docs.rs/tk_sys/0.1.0/" readme = "README.md" keywords = [ "bindings", "tcl", "tk", "script", "scripting", ] categories = [ "graphics", "gui", "compilers", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MisterEggnog/tcltk-rs" resolver = "1" [dependencies.libc] version = "0.2.140" [dependencies.tcl-sys] version = "0.2.0" [dependencies.x11] version = "2.21.0" [build-dependencies.bindgen] version = "0.64.0" features = ["runtime"] default-features = false [build-dependencies.pkg-config] version = "0.3.26"