2021-12-15 00:48:22 +00:00
|
|
|
[package]
|
|
|
|
name = "fluent-ergonomics"
|
|
|
|
authors = ["Savanni D'Gerinel <savanni@luminescent-dreams.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
version = "0.2.0"
|
|
|
|
description = "An ergonomics wrapper around Fluent-RS"
|
2023-02-11 17:59:15 +00:00
|
|
|
license = "GPL-3.0-only"
|
|
|
|
license-file = "../COPYING"
|
2021-12-15 00:48:22 +00:00
|
|
|
homepage = "https://github.com/luminescent-dreams/fluent-ergonomics"
|
|
|
|
repository = "https://github.com/luminescent-dreams/fluent-ergonomics"
|
|
|
|
categories = ["internationalization"]
|
|
|
|
|
|
|
|
include = [
|
|
|
|
"**/*.rs",
|
|
|
|
"Cargo.toml",
|
|
|
|
"readme.md",
|
|
|
|
"LICENSE",
|
|
|
|
"CODE_OF_CONDUCT.md",
|
|
|
|
]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-31 17:39:11 +00:00
|
|
|
fluent = "0.16"
|
2022-04-21 13:14:53 +00:00
|
|
|
unic-langid = "0.9"
|
2022-04-20 13:12:34 +00:00
|
|
|
fluent-syntax = "0.11"
|