# 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" version = "0.1.10" authors = ["oooutlk "] description = "Rust bindings for Tk GUI library" homepage = "https://oooutlk.github.io/tk/" readme = "README.md" keywords = [ "gui", "tcl", "tk", "binding", ] categories = [ "gui", "api-bindings", ] license = "MIT/Apache-2.0" repository = "https://github.com/oooutlk/tcltk" [package.metadata.inwelling.clib] build = ["tk86"] [package.metadata.inwelling.clib.spec.tk86] dependencies = ["tcl86"] exe = [ "wish86", "wish", ] header-dependencies = ["x11"] headers = ["tk.h"] includedir = [ "tk8.6", "tk", ] pc-alias = [ "tk", "tk8.6", ] [package.metadata.inwelling.clib.spec.tk86.libs] tk = [ "libtk86.so", "libtk8.6.so", "libtk.so", "libtk86.a", "libtk.a", "libtk86.dll.a", "libtk.dll.a", "tk86t.dll", "tk86t.lib", ] tkstub = [ "libtkstub86.a", "libtkstub8.6.a", "libtkstub.a", "tkstub86.lib", ] [dependencies.bitflags] version = "1.0" [dependencies.cex] version = "0.5" [dependencies.clib] version = "0.2.4" [dependencies.enumx] version = "0.4" [dependencies.heredom] version = "0.1" [dependencies.num_enum] version = "0.7.1" [dependencies.once_cell] version = "1.17.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.19" [dependencies.strum_macros] version = "0.19" [dependencies.tcl] version = "0.1.8" [dependencies.tcl_derive] version = "0.1.4" [dependencies.tuplex] version = "0.1" [dev-dependencies.regex] version = "1.7.1" [build-dependencies.inwelling] version = "0.5.2" [features] cex_enum32 = [ "cex/enum32", "tcl/cex_enum32", ] cex_env_log = [ "cex/env_log", "tcl/cex_env_log", ] cex_log = [ "cex/log", "tcl/cex_log", ] cex_pretty_log = [ "cex/pretty_log", "tcl/cex_pretty_log", ] libtk = []