# 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 = "workflow-i18n" version = "0.18.0" authors = ["WORKFLOW-RS developers"] build = false exclude = [ "/.*", "/test", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ i18n layer for `workflow-rs` framework """ readme = "README.md" keywords = [ "i18n", "translation", "language", "internationalization", ] categories = ["internationalization"] license = "MIT OR Apache-2.0" repository = "https://github.com/workflow-rs/workflow-rs" [lib] name = "workflow_i18n" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" doctest = false [dependencies.arc-swap] version = "1.6.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.reqwest] version = "0.12.4" default-features = false [dependencies.ritehash] version = "0.2.0" [dependencies.serde] version = "1.0.190" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [features] default = [] thread-safe = []