# 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" rust-version = "1.70" name = "chocodye" version = "1.1.2" authors = ["ShE3py"] build = "build.rs" include = [ "examples/*.rs", "src/**/*", "LICENSE-*", "README.md", "build.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for changing the color of the chocobos' plumage in Final Fantasy XIV." readme = "README.md" keywords = [ "ffxiv", "chocobo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ShE3py/chocodye/" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu", "wasm32-unknown-unknown", ] [lib] name = "chocodye" path = "src/lib.rs" [[example]] name = "menu" path = "examples/menu.rs" required-features = [ "fluent", "truecolor", ] [[example]] name = "truecolor" path = "examples/truecolor.rs" required-features = [ "fluent", "truecolor", ] [dependencies.fluent] version = "0.16.1" optional = true [dependencies.fluent-syntax] version = "0.11.1" optional = true [dependencies.log] version = "0.4.22" optional = true [dependencies.unic-langid] version = "0.9.5" features = ["macros"] optional = true [build-dependencies.quick-xml] version = "0.37.0" features = ["serialize"] [build-dependencies.serde] version = "1.0.215" features = ["derive"] [features] default = [ "fluent", "truecolor", ] fluent = [ "dep:fluent", "dep:fluent-syntax", "dep:unic-langid", "dep:log", ] truecolor = [] [target."cfg(unix)".dev-dependencies.libc] version = "0.2.164" [target."cfg(windows)".dev-dependencies.windows-sys] version = "0.59.0" features = [ "Win32_System_Console", "Win32_Foundation", ]