# 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 = "2018" name = "i18n-build" version = "0.10.0" authors = ["Luke Frisken "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Designed for use within the cargo-i18n tool for localizing crates. It has been published to allow its direct use within project build scripts if required." readme = "README.md" keywords = [ "script", "build", "i18n", "gettext", "locale", ] categories = [ "localization", "internationalization", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-build" [package.metadata.docs.rs] all-features = true [lib] name = "i18n_build" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.gettext] version = "0.4" optional = true [dependencies.i18n-config] version = "0.4.7" [dependencies.i18n-embed] version = "0.15.0" features = [ "gettext-system", "desktop-requester", ] optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4" [dependencies.rust-embed] version = "8.0" [dependencies.subprocess] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tr] version = "0.1" features = ["gettext"] [dependencies.walkdir] version = "2.4" [features] default = [] localize = [ "i18n-embed", "gettext", "lazy_static", ] [badges.maintenance] status = "actively-developed"