# 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" rust-version = "1.74.1" name = "unitil" version = "0.2.1" authors = ["yutotnh <57719497+yutotnh@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EUC-JPの全角チルダを波ダッシュに変換するツール" readme = "README.md" license = "MIT" repository = "https://github.com/yutotnh/unitil" [[bin]] name = "unitil" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.encoding_rs] version = "0.8.35" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.tempfile] version = "3.13.0"