Jesús Pérez 4b92aa764a
Some checks failed
Build and Test / Validate Setup (push) Has been cancelled
Build and Test / Build (darwin-amd64) (push) Has been cancelled
Build and Test / Build (darwin-arm64) (push) Has been cancelled
Build and Test / Build (linux-amd64) (push) Has been cancelled
Build and Test / Build (windows-amd64) (push) Has been cancelled
Build and Test / Build (linux-arm64) (push) Has been cancelled
Build and Test / Security Audit (push) Has been cancelled
Build and Test / Package Results (push) Has been cancelled
Build and Test / Quality Gate (push) Has been cancelled
implements a production-ready bootstrap installer with comprehensive error handling, version-agnostic archive extraction, and clear user messaging. All improvements follow DRY principles using symlink-based architecture for single-source-of-truth maintenance
2025-12-11 22:04:54 +00:00

38 lines
727 B
TOML

[package]
name = "nu_plugin_fluent"
version = "0.109.1"
edition = "2021"
description = "Nushell plugin for Fluent i18n integration"
authors = ["Jesús Pérex <jpl@jesusperez.com>"]
license = "MIT OR Apache-2.0"
keywords = [
"nushell",
"plugin",
"i18n",
"fluent",
"localization",
]
repository = "https://github.com/JesusPerez/nu_plugin_fluent"
categories = [
"localization",
"command-line-utilities",
]
[dependencies]
nu-plugin = "0.109.1"
nu-protocol = "0.109.1"
serde_json = "1.0"
fluent = "0.17"
fluent-bundle = "0.16"
fluent-syntax = "0.12"
unic-langid = "0.9"
thiserror = "2.0"
indexmap = "2.12"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies]
tempfile = "3.23"