git-z 0.2.0

A Git extension to go beyond.
Documentation
[dependencies.askama]
version = "0.12"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4"

[dependencies.color-eyre]
version = "0.6"

[dependencies.colored]
version = "2"

[dependencies.eyre]
version = "0.6"

[dependencies.indexmap]
features = ["serde"]
version = "2"

[dependencies.inquire]
version = "0.6"

[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.tera]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.21"
[lints.clippy]
alloc_instead_of_core = "warn"
as_conversions = "warn"
as_underscore = "warn"
assertions_on_result_states = "warn"
cargo = "warn"
case_sensitive_file_extension_comparisons = "allow"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
default_numeric_fallback = "warn"
default_union_representation = "warn"
else_if_without_else = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
error_impl_error = "warn"
exit = "warn"
expect_used = "warn"
filetype_is_file = "warn"
float_cmp_const = "warn"
format_push_string = "warn"
get_unwrap = "warn"
if_then_some_else_none = "warn"
indexing_slicing = "warn"
inline_always = "allow"
let_underscore_must_use = "warn"
linkedlist = "allow"
lossy_float_literal = "warn"
map_err_ignore = "warn"
mem_forget = "warn"
min_ident_chars = "warn"
missing_assert_message = "warn"
missing_errors_doc = "allow"
mod_module_files = "warn"
module_name_repetitions = "allow"
multiple_inherent_impl = "warn"
multiple_unsafe_ops_per_block = "deny"
must_use_candidate = "allow"
mutex_atomic = "warn"
panic = "warn"
panic_in_result_fn = "warn"
partial_pub_fields = "warn"
pedantic = "warn"
pub_without_shorthand = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_pub_crate = "warn"
redundant_type_annotations = "warn"
rest_pat_in_fully_bound_structs = "warn"
same_name_method = "warn"
semicolon_inside_block = "warn"
str_to_string = "warn"
string_lit_chars_any = "warn"
string_slice = "warn"
string_to_string = "warn"
tests_outside_test_module = "warn"
todo = "warn"
try_err = "warn"
undocumented_unsafe_blocks = "deny"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
unneeded_field_pattern = "warn"
unseparated_literal_suffix = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"
use_self = "warn"
verbose_file_reads = "warn"

[lints.rust]
let_underscore = "deny"
macro_use_extern_crate = "warn"
missing_abi = "warn"
missing_debug_implementations = "warn"
missing_docs = "deny"
nonstandard_style = "warn"
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "forbid"
unused_must_use = "deny"

[package]
authors = ["Jean-Philippe Cugnet <jean-philippe@cugnet.eu>"]
categories = ["command-line-utilities", "development-tools"]
description = "A Git extension to go beyond."
edition = "2021"
exclude = ["/.*", "/CHANGELOG.md", "/CONTRIBUTING.md", "/build-deb.sh", "/clippy.toml", "/flake.*", "/git-z.toml", "/rust-toolchain.toml", "/rustfmt.toml", "/wix/"]
homepage = "https://github.com/ejpcmac/git-z"
keywords = ["conventional-commits", "git"]
license = "GPL-3.0-only"
name = "git-z"
readme = "README.md"
repository = "https://github.com/ejpcmac/git-z"
resolver = "2"
version = "0.2.0"
[package.metadata.deb]
depends = "git"

[package.metadata.wix]
license = "wix/gpl-3.0.rtf"