# 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-sys" version = "0.2.0" authors = ["Josiah Baldwin "] links = "tcl" include = [ "src", "tests", "examples", "build.rs", "tcl8.6", ] description = "rust bindings for the tcl interpreter library" homepage = "https://github.com/MisterEggnog/tcltk-rs" documentation = "https://docs.rs/tcl_sys/0.2.0/" readme = "README.md" keywords = [ "bindings", "tcl", "script", "scripting", ] categories = [ "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" [build-dependencies.anyhow] version = "1.0.70" [build-dependencies.bindgen] version = "0.64.0" features = ["runtime"] default-features = false [build-dependencies.jobserver] version = "0.1.26" [build-dependencies.pkg-config] version = "0.3.26"