portal-handler 0.1.0

System URI handler for portal.nvim — forwards nvim:// URIs to a running Neovim instance via RPC
# 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 = "2024"
name = "portal-handler"
version = "0.1.0"
build = false
exclude = [
    "target/",
    "*.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System URI handler for portal.nvim — forwards nvim:// URIs to a running Neovim instance via RPC"
homepage = "https://github.com/Yaici-Yacine/portal.nvim"
documentation = "https://docs.rs/portal-handler"
readme = "README.md"
keywords = [
    "neovim",
    "nvim",
    "uri",
    "deep-link",
    "editor",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Yaici-Yacine/portal.nvim"

[[bin]]
name = "portal-handler"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "5.0"

[dependencies.nvim-rs]
version = "0.9.2"
features = ["use_tokio"]

[dependencies.rmpv]
version = "1.3"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.url]
version = "2.5"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true