# 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-unsafe-plugin" version = "2.4.0-pre1" authors = ["SoniEx2 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lets you write native HexChat plugins in mostly-safe Rust" homepage = "https://ganarchy.autistic.space/project/207026ae5e35da096b8110afe1ba2973a0e54fdb" readme = "README.md" keywords = [ "hexchat", "plugin", "hexchat-plugin", ] categories = ["api-bindings"] license = "GPL-3.0-or-later" repository = "https://soniex2.autistic.space/git-repos/hexchat-unsafe-plugin.git" [lib] name = "hexchat_unsafe_plugin" path = "src/lib.rs" [dependencies.impl_trait] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.ltptr] version = "0.1.5" [dependencies.selfref] version = "0.4.0" optional = true [features] nightly_tests = ["dep:selfref"] nul_in_strip = []