# 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 = "i18nhero" version = "0.0.2" authors = ["Mads Hougesen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for interacting with locales hosted on i18nhero.com" homepage = "https://i18nhero.com" documentation = "https://github.com/i18nhero/cli#readme" readme = "README.md" keywords = [ "i18n", "internationalization", "l10n", "localization", "translation", ] categories = [ "command-line-utilities", "development-tools", "internationalization", "localization", "web-programming", ] license = "MIT" repository = "https://github.com/i18nhero/cli" [package.metadata.wix] eula = false license = false path-guid = "E203BA21-081C-408B-9395-A7223571469A" upgrade-guid = "6F9AFD36-B151-4A3E-AFDD-154307A499CF" [lib] name = "i18nhero" path = "src/lib.rs" [[bin]] name = "i18nhero" path = "src/main.rs" [dependencies.bytes] version = "1.8.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap_complete] version = "4.5.37" [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.19.0" features = ["vendored-libgit2"] default-features = false [dependencies.json_comments] version = "0.2.2" [dependencies.path-absolutize] version = "3.1.1" features = ["once_cell_cache"] [dependencies.reqwest] version = "0.12.9" features = [ "brotli", "charset", "cookies", "deflate", "gzip", "http2", "json", "macos-system-configuration", "rustls-tls", "zstd", ] default-features = false [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_repr] version = "0.1.19" [dependencies.supports-hyperlinks] version = "3.0.0" [dependencies.terminal-link] version = "0.1.0" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.url] version = "2.5.3" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dev-dependencies.tempfile] version = "3.14.0"