# 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 = "i18n-report" version = "0.2.0" authors = ["Andrew Walbran "] description = "Utility to generate an HTML report from a set of PO files." readme = "README.md" keywords = [ "i18n", "translation", "gettext", ] categories = [ "command-line-utilities", "localization", ] license = "Apache-2.0" repository = "https://github.com/google/mdbook-i18n-helpers" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.polib] version = "0.2.0" [dependencies.tera] version = "1.20.0" default-features = false [lints.clippy] dbg_macro = "warn" print_stderr = "warn" print_stdout = "warn"