[[bin]]
name = "sendgrowl"
path = "src/sendgrowl.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.clap-version-flag]
version = "1"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies]
[[example]]
name = "android"
path = "examples/android.rs"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "error_handling"
path = "examples/error_handling.rs"
[[example]]
name = "multiple_types"
path = "examples/multiple_types.rs"
[[example]]
name = "remote"
path = "examples/remote.rs"
[[example]]
name = "with_icon"
path = "examples/with_icon.rs"
[[example]]
name = "with_icon_binary"
path = "examples/with_icon_binary.rs"
[[example]]
name = "with_options"
path = "examples/with_options.rs"
[lib]
name = "gntp"
path = "src/lib.rs"
[package]
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "os::windows-apis", "network-programming", "os::android-apis"]
description = "Production-ready GNTP (Growl Notification Transport Protocol) client with Windows/Android compatibility and multiple icon delivery modes. Includes sendgrowl CLI tool."
documentation = "https://docs.rs/gntp"
edition = "2021"
exclude = ["examples/icons/*", ".gitignore", "build.bat", "README.md.0", "sendgrowl.exe", "gntp.sublime-project", "gntp.sublime-workspace", "gitignore_backup/*", "target/*"]
homepage = "https://github.com/cumulus13/gntp"
keywords = ["gntp", "growl", "notification", "desktop", "android"]
license = "MIT OR Apache-2.0"
name = "gntp"
readme = "README.md"
repository = "https://github.com/cumulus13/gntp"
version = "0.1.11"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true