# 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_cmd" version = "0.6.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrapper around git cli" readme = "README.md" keywords = [ "git", "command", "cli", "wrapper", "shell", ] categories = [ "development-tools", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MarcoIeni/release-plz/tree/main/crates/git_cmd" [lib] name = "git_cmd" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.camino] version = "1.1.9" [dependencies.fs-err] version = "3.0.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tempfile] version = "3.12.0" [features] test_fixture = [] [lints.clippy] as_underscore = "warn" await_holding_lock = "warn" await_holding_refcell_ref = "warn" cargo_common_metadata = "warn" cast_lossless = "warn" cast_possible_wrap = "warn" cast_precision_loss = "warn" cast_sign_loss = "warn" decimal_literal_representation = "allow" default_trait_access = "warn" doc_markdown = "warn" exit = "warn" expl_impl_clone_on_copy = "warn" explicit_into_iter_loop = "warn" explicit_iter_loop = "warn" filetype_is_file = "warn" filter_map_next = "warn" float_cmp_const = "warn" fn_params_excessive_bools = "warn" get_unwrap = "warn" if_not_else = "warn" if_then_some_else_none = "warn" implicit_clone = "warn" large_digit_groups = "warn" large_stack_arrays = "warn" large_types_passed_by_value = "warn" let_underscore_must_use = "warn" let_unit_value = "warn" linkedlist = "warn" lossy_float_literal = "warn" macro_use_imports = "warn" manual_let_else = "warn" manual_ok_or = "warn" map_err_ignore = "warn" map_flatten = "warn" map_unwrap_or = "allow" match_bool = "warn" match_on_vec_items = "warn" match_same_arms = "warn" match_wildcard_for_single_variants = "warn" mem_forget = "warn" mut_mut = "warn" needless_continue = "warn" needless_pass_by_value = "warn" needless_raw_string_hashes = "allow" option_option = "warn" ptr_as_ptr = "warn" range_minus_one = "warn" range_plus_one = "warn" rc_buffer = "warn" redundant_else = "allow" ref_option_ref = "warn" rest_pat_in_fully_bound_structs = "warn" same_functions_in_if_condition = "warn" semicolon_if_nothing_returned = "warn" string_to_string = "warn" trait_duplication_in_bounds = "warn" trivially_copy_pass_by_ref = "warn" type_repetition_in_bounds = "warn" unicode_not_nfc = "warn" uninlined_format_args = "warn" unneeded_field_pattern = "warn" unreadable_literal = "warn" unsafe_derive_deserialize = "warn" unseparated_literal_suffix = "warn" unused_self = "warn" used_underscore_binding = "warn" verbose_file_reads = "warn" zero_sized_map_values = "warn"