Files
Notes/notes-service/vendor/fluent-template-macros/Cargo.toml
T
2026-08-01 16:11:49 +03:00

81 lines
1.7 KiB
TOML

# 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 = "2021"
name = "fluent-template-macros"
version = "0.13.3"
authors = ["XAMPPRocky <xampprocky@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Templating for the Fluent localization framework"
documentation = "https://docs.rs/fluent-templates/"
readme = false
keywords = [
"handlebars",
"tera",
"fluent",
"internationalization",
"localization",
]
categories = [
"internationalization",
"localization",
"template-engine",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/XAMPPRocky/fluent-templates"
resolver = "2"
[features]
default = []
ignore = [
"dep:ignore",
"dep:flume",
]
walkdir = ["dep:walkdir"]
[lib]
name = "fluent_template_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.flume]
version = "0.11"
optional = true
default-features = false
[dependencies.ignore]
version = "0.4"
optional = true
[dependencies.proc-macro2]
version = "1.0.36"
[dependencies.quote]
version = "1.0.15"
[dependencies.syn]
version = "2.0"
features = ["full"]
[dependencies.unic-langid]
version = "0.9"
features = ["macros"]
[dependencies.walkdir]
version = "2"
optional = true