# 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" rust-version = "1.80.0" name = "islam" version = "4.0.2" authors = ["azzamsa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Islamic library for Rust" readme = "README.md" keywords = [ "salah", "pray", "islam", "hijri", ] categories = [ "date-and-time", "science", ] license = "GPL-3.0-only" repository = "https://github.com/azzamsa/islam" [package.metadata.release] pre-release-commit-message = "v{{version}}" pre-release-hook = [ "just", "_release-prepare", "{{version}}", ] sign-commit = true sign-tag = true tag-message = "v{{version}}" [lib] name = "islam" path = "src/lib.rs" [[example]] name = "custom_hour" path = "examples/custom_hour.rs" [[example]] name = "hijri" path = "examples/hijri.rs" [[example]] name = "salah" path = "examples/salah.rs" [dependencies.jiff] version = "0.1.4" [dependencies.thiserror] version = "1.0.58"