sysuri 0.2.0

A cross-platform crate for registering custom URIs with the OS
Documentation
[dependencies.once_cell]
version = "1.19"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tempfile]
version = "3.8"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "callback_handler"
path = "examples/callback_handler.rs"

[[example]]
name = "multiple_uris"
path = "examples/multiple_uris.rs"

[lib]
name = "sysuri"
path = "src/lib.rs"

[package]
authors = ["Tristan J. Poland <redstonecrafter126@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "api-bindings"]
description = "A cross-platform crate for registering custom URIs with the OS"
edition = "2021"
keywords = ["uri", "protocol", "custom-protocol", "cross-platform", "registry"]
license = "MIT"
name = "sysuri"
readme = "README.md"
repository = "https://github.com/Far-Beyond-Pulsar/sysuri"
version = "0.2.0"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"

[target."cfg(windows)".dependencies.winreg]
version = "0.52"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"