# 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.75" name = "hydrogen-i18n" version = "2.2.0" authors = ["Nashira Deer "] description = "Translation utilities for server-side applications that need to deals with different languages on the same time." readme = "README.md" keywords = [ "hydrogen", "i18n", "language", "l10n", "translation", ] categories = [ "internationalization", "localization", ] license = "MIT" repository = "https://github.com/nashiradeer/hydrogen-i18n" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-recursion] version = "1.1.1" optional = true [dependencies.serde_json] version = "1.0.99" [dependencies.serenity] version = "0.12.0" features = ["builder"] optional = true default-features = false [dependencies.simd-json] version = "0.13.7" features = ["serde_impl"] optional = true [dependencies.tokio] version = "1.35.1" features = ["fs"] optional = true default-features = false [features] async = ["dep:async-recursion"] default = [] serenity = ["dep:serenity"] simd = ["dep:simd-json"] tokio = [ "dep:tokio", "async", ]