# 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 = "tcl" version = "0.1.9" authors = ["oooutlk "] description = "Rust bindings for Tcl language" readme = "README.md" keywords = [ "tcl", "binding", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/oooutlk/tcltk" [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", ] [dependencies.cex] version = "0.5" [dependencies.clib] version = "0.2.4" [dependencies.enumx] version = "0.4" [dependencies.mutf8] version = "0.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.tcl_derive] version = "0.1.4" [dependencies.tuplex] version = "0.1" [build-dependencies.inwelling] version = "0.5.2" [features] cex_enum32 = ["cex/enum32"] cex_env_log = ["cex/env_log"] cex_log = ["cex/log"] cex_pretty_log = ["cex/pretty_log"]