# 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 = "yasumi" version = "0.2.1" authors = ["telumo"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Yasumi is a library for calculating the dates of Japanese holidays." homepage = "https://github.com/telumo/yasumi-rs" documentation = "https://docs.rs/yasumi" readme = "README.md" keywords = [ "yasumi", "holiday", "japanese", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/telumo/yasumi-rs" [lib] name = "yasumi" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.time] version = "0.3.36" [dev-dependencies.rstest] version = "0.22.0"