# 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" name = "git-z" version = "0.2.1" authors = ["Jean-Philippe Cugnet "] build = "build.rs" exclude = [ "/.*", "/CHANGELOG.md", "/CONTRIBUTING.md", "/build-deb.sh", "/clippy.toml", "/committed.toml", "/flake.*", "/git-z.toml", "/rust-toolchain.toml", "/rustfmt.toml", "/taplo.toml", "/wix/", "/yamlfmt.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Git extension to go beyond." homepage = "https://github.com/ejpcmac/git-z" readme = "README.md" keywords = [ "conventional-commits", "git", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/ejpcmac/git-z" resolver = "2" [package.metadata.deb] depends = "git" [package.metadata.wix] license = "wix/gpl-3.0.rtf" [lib] name = "git_z" path = "src/lib.rs" [[bin]] name = "git-z" path = "src/main.rs" [[test]] name = "commit" path = "tests/commit.rs" [dependencies.askama] version = "0.12" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.color-eyre] version = "0.6" [dependencies.colored] version = "2" [dependencies.exitcode] version = "1" [dependencies.eyre] version = "0.6" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.indoc] version = "2" [dependencies.inquire] version = "0.7" [dependencies.is_executable] version = "1" optional = true [dependencies.itertools] version = "0.13" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tera] version = "1" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dependencies.toml_edit] version = "0.22" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1" [features] unstable-pre-commit = ["dep:is_executable"] [target."cfg(not(windows))".dev-dependencies.assert_cmd] version = "2" [target."cfg(not(windows))".dev-dependencies.assert_fs] version = "1" [target."cfg(not(windows))".dev-dependencies.predicates] version = "3" [target."cfg(not(windows))".dev-dependencies.rexpect] version = "0.5" [lints.clippy] alloc_instead_of_core = "warn" allow_attributes = "warn" allow_attributes_without_reason = "warn" as_conversions = "warn" as_underscore = "warn" assertions_on_result_states = "warn" case_sensitive_file_extension_comparisons = "allow" cfg_not_test = "warn" 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_enum_variants_with_brackets = "warn" empty_structs_with_brackets = "warn" error_impl_error = "warn" exit = "warn" expect_used = "warn" field_scoped_visibility_modifiers = "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" infinite_loop = "warn" inline_always = "allow" iter_over_hash_type = "warn" 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_docs_in_private_items = "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" pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_pub_crate = "warn" redundant_type_annotations = "warn" renamed_function_params = "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" 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.clippy.cargo] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] macro_use_extern_crate = "warn" missing_abi = "warn" missing_debug_implementations = "warn" missing_docs = "deny" single_use_lifetimes = "warn" unsafe_code = "forbid" unsafe_op_in_unsafe_fn = "forbid" unused_must_use = "deny" [lints.rust.let_underscore] level = "deny" priority = -1 [lints.rust.nonstandard_style] level = "warn" priority = -1 [lints.rust.rust_2018_idioms] level = "warn" priority = -1