# 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 = "bilal" version = "1.9.1" authors = ["azzamsa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a CLI salah time" readme = "README.md" keywords = [ "salah", "pray", "islam", ] categories = [ "date-and-time", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://github.com/azzamsa/bilal" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version}-{ target }.tar.gz" [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}}" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "bilal" path = "src/lib.rs" [[bin]] name = "bilal" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.clap] version = "4.5" features = [ "suggestions", "color", "cargo", "derive", ] [dependencies.islam] version = "4.0.2" [dependencies.miette] version = "7.2" features = ["fancy"] [dependencies.owo-colors] version = "4" features = ["supports-colors"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" features = ["parse"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1"