# 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 = "kelp" version = "0.6.0" authors = ["Taro Yamashita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A convert tool for Japanese." documentation = "https://panther-king.github.io/kelp/kelp/" readme = "README.md" keywords = [ "conversion", "cli", ] license-file = "LICENSE" repository = "https://github.com/panther-king/kelp" [lib] name = "kelp" path = "src/lib.rs" [[bin]] name = "kelp-cli" path = "src/bin/kelp.rs" [dependencies.clap] version = "^4" features = ["derive"]