# 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 = "2018" name = "hijri_date" version = "0.5.1" authors = ["Nbiba Bedis "] description = "provides functionality for conversion between hijri and gregorian calander (with wasm target)" readme = "README.md" license = "MIT" repository = "https://github.com/sigmaSd/HijriDate-rs" [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.chrono] version = "0.4.22" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.87"