# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "kana-converter" version = "0.1.2" authors = ["Michael Micucci "] description = "A simple converter for half-width/full-width Japanese language characters (katakana, hiragana, and ASCII)" readme = "README.md" keywords = ["kana", "byte-conversion", "full-width", "half-width"] license = "MIT" repository = "http://github.com/kitsuneninetails/kana-converter" [dependencies.lazy_static] version = "1" [dev-dependencies.chrono] version = "0.4" [badges.travis-ci] repository = "kitsuneninetails/kana-converter"