# 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 = "wareki-conv" version = "0.2.1" authors = ["kv5h"] description = "Converts Wareki (JIS X 0301) based date into ISO 8601 based one" readme = "README.md" keywords = [ "jis-x-0301", "wareki", "calendar", "iso8601", "date", ] categories = [ "parsing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/kv5h/wareki-conv" [dependencies.chrono] version = "0.4.34" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.3" [dependencies.unicode-jp] version = "0.4.0"