chocodye 1.1.3

A Rust library for changing the color of the chocobos' plumage in Final Fantasy XIV.
Documentation
[build-dependencies.quick-xml]
features = ["serialize"]
version = "0.38.3"

[build-dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.fluent]
optional = true
version = "0.17.0"

[dependencies.fluent-syntax]
optional = true
version = "0.12.0"

[dependencies.log]
optional = true
version = "0.4.27"

[dependencies.unic-langid]
features = ["macros"]
optional = true
version = "0.9.6"

[[example]]
name = "menu"
path = "examples/menu.rs"
required-features = ["fluent", "truecolor"]

[[example]]
name = "truecolor"
path = "examples/truecolor.rs"
required-features = ["fluent", "truecolor"]

[features]
default = ["fluent", "truecolor"]
fluent = ["dep:fluent", "dep:fluent-syntax", "dep:unic-langid", "dep:log"]
truecolor = []

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

[package]
authors = ["ShE3py"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build/main.rs"
description = "A Rust library for changing the color of the chocobos' plumage in Final Fantasy XIV."
edition = "2021"
include = ["examples/*.rs", "src/*.rs", "build/*.rs", "build/dyes.xml", "locales/*.ftl", "LICENSE-*", "README.md"]
keywords = ["ffxiv", "chocobo"]
license = "MIT OR Apache-2.0"
name = "chocodye"
readme = "README.md"
repository = "https://github.com/ShE3py/chocodye/"
rust-version = "1.82"
version = "1.1.3"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu", "wasm32-unknown-unknown"]

[target."cfg(unix)".dev-dependencies.libc]
version = "0.2.175"

[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_System_Console", "Win32_Foundation"]
version = "0.59.0"