# 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 = "hexchat-api" version = "0.3.2" authors = ["ttappr "] exclude = [ ".idea", "docs", ] description = "A Rust API for HexChat plugin development" documentation = "https://ttappr.github.io/hexchat-api/doc/hexchat_api/index.html" readme = "README.md" keywords = [ "hexchat", "plugin", "irc", "chat", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ttappr/hexchat-api" [lib] name = "hexchat_api" [dependencies.backtrace] version = "0.3" [dependencies.libc] version = "0.2.84" [dependencies.send_wrapper] version = "0.6.0" [features] default = ["threadsafe"] threadsafe = []