# 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.75.0" name = "zemen" version = "0.1.7" authors = ["Omer Abdulaziz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ethiopian to Gregorian conversion utility" readme = "README.md" keywords = [ "ethiopian", "convert", "date", "gregorian", "ethiopia", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/omer-biz/zemen/" [lib] name = "zemen" path = "src/lib.rs" [dependencies.thiserror] version = "1.0.56" [dependencies.time] version = "0.3.31" optional = true [features] default = ["time"] time = ["dep:time"]