# 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 = "xtr" version = "0.1.10" authors = ["Olivier Goffart "] description = "Extract strings from a rust crate to be translated with gettext" documentation = "https://docs.rs/tr" readme = "README.md" keywords = [ "localization", "l10n", "i18n", "gettext", "xgettext", ] categories = [ "internationalization", "localization", ] license = "AGPL-3.0" repository = "https://github.com/woboq/tr" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.6" features = ["clock"] default-features = false [dependencies.clap] version = "4.2" features = ["cargo"] [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "visit", "extra-traits", "printing", ] [dependencies.tr] version = "0.1"