[build-dependencies.inwelling]
version = "0.5"
[dependencies.cex]
version = "0.5"
[dependencies.clib]
version = "0.2.4"
[dependencies.enumx]
version = "0.4"
[dependencies.mutf8]
version = "0.2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.tcl_derive]
version = "0.1.4"
[dependencies.tuplex]
version = "0.1"
[features]
cex_enum32 = ["cex/enum32"]
cex_env_log = ["cex/env_log"]
cex_log = ["cex/log"]
cex_pretty_log = ["cex/pretty_log"]
[package]
authors = ["oooutlk <oooutlk@outlook.com>"]
categories = ["api-bindings"]
description = "Rust bindings for Tcl language"
edition = "2021"
keywords = ["tcl", "binding"]
license = "MIT/Apache-2.0"
name = "tcl"
readme = "README.md"
repository = "https://github.com/oooutlk/tcltk"
version = "0.1.8"
[package.metadata.inwelling.clib]
build = ["tcl86"]
[package.metadata.inwelling.clib.spec.tcl86]
exe = ["tclsh86", "tclsh"]
for-docs-rs = "for_docs.rs"
headers = ["tcl.h"]
includedir = ["tcl8.6", "tcl"]
pc-alias = ["tcl", "tcl8.6"]
[package.metadata.inwelling.clib.spec.tcl86.libs]
tcl = ["libtcl86.so", "libtcl8.6.so", "libtcl.so", "libtcl86.a", "libtcl.a", "libtcl86.dll.a", "libtcl.dll.a", "tcl86t.dll", "tcl86t.lib"]
tclstub = ["libtclstub86.a", "libtclstub8.6.a", "libtclstub.a", "tclstub86.lib"]