japanese-address-parser 0.2.0

A library for processing addresses of Japan
Documentation
[dependencies.jisx0401]
version = "0.1.1"

[dependencies.js-sys]
version = "0.3.74"

[dependencies.log]
version = "0.4.22"

[dependencies.rapidfuzz]
version = "0.5.0"

[dependencies.regex]
default-features = false
features = ["std", "unicode-perl"]
version = "1.11.1"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12.9"

[dependencies.serde]
features = ["derive"]
version = "1.0.215"

[dependencies.thiserror]
version = "2.0.3"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.41.1"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.47"

[features]
blocking = ["reqwest/blocking"]
city-name-correction = []
default = ["city-name-correction"]
eliminate-whitespaces = []
experimental = []
format-house-number = []

[lib]
crate-type = ["rlib", "cdylib"]
name = "japanese_address_parser"
path = "src/lib.rs"

[package]
authors = ["Yuuki Toriyama <github@toriyama.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "wasm"]
description = "A library for processing addresses of Japan"
edition = "2021"
keywords = ["parser", "geo", "wasm"]
license = "MIT"
name = "japanese-address-parser"
readme = "README.md"
repository = "https://github.com/YuukiToriyama/japanese-address-parser"
rust-version = "1.75.0"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.mockito]
version = "1.6.1"