# 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 = "jp-prefecture" version = "3.1.0" authors = ["Ittoh Kimura "] description = "an utility crate of using Japanese prefectures" documentation = "https://docs.rs/jp-prefecture/latest/jp_prefecture/" readme = "README.md" keywords = [ "japanese", "prefecture", ] categories = ["localization"] license = "MIT" repository = "https://github.com/itto-ki/jp-prefecture" [[package.metadata.release.pre-release-replacements]] file = "README.md" search = 'jp-prefecture = "[a-z0-9\.-]+"' replace = "jp-prefecture = \"{{version}}\"" [[package.metadata.release.pre-release-replacements]] file = "src/lib.rs" search = 'jp-prefecture = "[a-z0-9\.-]+"' replace = "jp-prefecture = \"{{version}}\"" [dependencies.once_cell] version = "1.10.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.test-case] version = "3.0.0"