# 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 = "hexavalent" version = "0.3.0" authors = ["notdijon <61089563+notdijon@users.noreply.github.com>"] description = "Write HexChat plugins in Rust." documentation = "https://docs.rs/hexavalent" readme = "./README.md" keywords = [ "hexchat", "irc", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/notdijon/hexavalent" [profile.release] lto = true codegen-units = 1 debug = 1 [[example]] name = "simple" crate-type = ["cdylib"] [[example]] name = "time_shift" crate-type = ["cdylib"] [dependencies.bitflags] version = "1.3.2" default-features = false [dependencies.libc] version = "0.2.67" default-features = false [dependencies.time] version = "0.3.7" default-features = false [features] __unstable_ircv3_line_in_event_attrs = [] default = []