minimum_wage_jp 1.2.0

Japan minimum wage by prefecture (日本の地域別最低賃金): rates for any date and compliance checks
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "minimum_wage_jp"
version = "1.2.0"
authors = ["uiuifree"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Japan minimum wage by prefecture (日本の地域別最低賃金): rates for any date and compliance checks"
documentation = "https://docs.rs/minimum_wage_jp"
readme = "README.md"
keywords = [
    "japan",
    "minimum-wage",
    "wage",
    "prefecture",
    "compliance",
]
categories = [
    "finance",
    "date-and-time",
    "localization",
]
license = "MIT"
repository = "https://github.com/uiuifree/rust-minimum-wage-jp"

[lib]
name = "minimum_wage_jp"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.thiserror]
version = "2"