summary refs log blame commit diff stats
path: root/Cargo.toml
blob: 9f1325e9bf6ee2af4194fddb03fd5156725c0035 (plain) (tree)
1
2
3
4
5
6
7
8
         
                              
                 
                                               

                                                                         

                                                                                             


                                                  
                
 

                 
                               
 

              
                  




                                                             
[package]
name = "hexchat-unsafe-plugin"
version = "2.3.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
description = "Lets you write native HexChat plugins in mostly-safe Rust"
license = "GPL-3.0-or-later"
repository = "https://soniex2.autistic.space/git-repos/hexchat-unsafe-plugin.git"
homepage = "https://ganarchy.autistic.space/project/207026ae5e35da096b8110afe1ba2973a0e54fdb"
keywords = ["hexchat", "plugin", "hexchat-plugin"]
categories = ["api-bindings"]
readme = "README.md"
edition = "2021"

[features]
nul_in_strip = []
nightly_tests = ["dep:selfref"]

[dependencies]
libc = "0.2"
impl_trait = "0.1"
ltptr = "0.1.5"
selfref = { version = "0.4.0", optional = true }

[patch.crates-io]
ltptr = { path = "/home/soniex2/git/selfhosted/rust.ltptr/" }