# 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 = "vat_jp" version = "0.1.2" authors = ["Mao Nabeta "] description = "vat_jp calculates consumption tax (incl. sales tax, VAT, excise duty, etc.) in Japan." readme = "README.md" keywords = [ "tax", "japanese", ] categories = ["finance"] license = "MIT" repository = "https://github.com/nabetama/vat_jp/" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies.chrono] version = "0.4.23" [dev-dependencies.cargo-watch] version = "8.4.0"