168 lines
4.7 KiB
TOML
168 lines
4.7 KiB
TOML
[package]
|
|
name = "tori"
|
|
version = "0.8.0"
|
|
description = "Track your system configuration and replicate it"
|
|
license = "GPL-3.0-only"
|
|
|
|
repository = "https://codeberg.org/tori/iganaq"
|
|
homepage = "https://tori.jutty.dev/"
|
|
documentation = "https://tori.jutty.dev/docs/"
|
|
|
|
edition = "2024"
|
|
rust-version = "1.94.0"
|
|
|
|
[lints.rust]
|
|
nonstandard-style = "warn"
|
|
future-incompatible = "warn"
|
|
keyword-idents = "warn"
|
|
|
|
[lints.clippy]
|
|
allow_attributes = "warn"
|
|
assigning_clones = "warn"
|
|
branches_sharing_code = "warn"
|
|
clear_with_drain = "warn"
|
|
cloned_instead_of_copied = "warn"
|
|
coerce_container_to_any = "warn"
|
|
collapsible_else_if = "allow"
|
|
collapsible_if = "allow"
|
|
collection_is_never_read = "warn"
|
|
comparison_chain = "warn"
|
|
copy_iterator = "warn"
|
|
default_trait_access = "warn"
|
|
deref_by_slicing = "warn"
|
|
doc_paragraphs_missing_punctuation = "warn"
|
|
empty_structs_with_brackets = "warn"
|
|
equatable_if_let = "warn"
|
|
error_impl_error = "warn"
|
|
expect_used = "warn"
|
|
expl_impl_clone_on_copy = "warn"
|
|
explicit_deref_methods = "warn"
|
|
explicit_into_iter_loop = "warn"
|
|
explicit_iter_loop = "warn"
|
|
fallible_impl_from = "warn"
|
|
filter_map_next = "warn"
|
|
flat_map_option = "warn"
|
|
format_collect = "warn"
|
|
format_push_string = "warn"
|
|
from_iter_instead_of_collect = "warn"
|
|
get_unwrap = "warn"
|
|
ignore_without_reason = "warn"
|
|
ignored_unit_patterns = "warn"
|
|
implicit_clone = "warn"
|
|
implicit_hasher = "warn"
|
|
imprecise_flops = "warn"
|
|
inconsistent_struct_constructor = "warn"
|
|
index_refutable_slice = "warn"
|
|
indexing_slicing = "warn"
|
|
inefficient_to_string = "warn"
|
|
infinite_loop = "warn"
|
|
into_iter_without_iter = "warn"
|
|
iter_filter_is_ok = "warn"
|
|
iter_filter_is_some = "warn"
|
|
iter_not_returning_iterator = "warn"
|
|
iter_on_empty_collections = "warn"
|
|
iter_on_single_items = "warn"
|
|
iter_with_drain = "warn"
|
|
iter_without_into_iter = "warn"
|
|
literal_string_with_formatting_args = "warn"
|
|
manual_assert = "warn"
|
|
manual_ilog2 = "warn"
|
|
manual_instant_elapsed = "warn"
|
|
manual_is_power_of_two = "warn"
|
|
manual_is_variant_and = "warn"
|
|
manual_let_else = "warn"
|
|
manual_midpoint = "warn"
|
|
manual_non_exhaustive = "allow"
|
|
manual_string_new = "warn"
|
|
map_err_ignore = "warn"
|
|
map_with_unused_argument_over_ranges = "warn"
|
|
match_bool = "warn"
|
|
match_same_arms = "warn"
|
|
match_wild_err_arm = "warn"
|
|
match_wildcard_for_single_variants = "warn"
|
|
maybe_infinite_iter = "warn"
|
|
mismatching_type_param_order = "warn"
|
|
misnamed_getters = "warn"
|
|
missing_assert_message = "warn"
|
|
missing_const_for_fn = "warn"
|
|
missing_fields_in_debug = "warn"
|
|
missing_panics_doc = "warn"
|
|
mixed_read_write_in_expression = "warn"
|
|
module_name_repetitions = "warn"
|
|
multiple_inherent_impl = "warn"
|
|
mut_mut = "warn"
|
|
needless_collect = "warn"
|
|
needless_for_each = "warn"
|
|
needless_pass_by_ref_mut = "warn"
|
|
needless_pass_by_value = "warn"
|
|
needless_raw_string_hashes = "warn"
|
|
needless_raw_strings = "warn"
|
|
needless_type_cast = "warn"
|
|
no_effect_underscore_binding = "warn"
|
|
nonstandard_macro_braces = "warn"
|
|
option_as_ref_cloned = "warn"
|
|
option_option = "warn"
|
|
panic_in_result_fn = "warn"
|
|
path_buf_push_overwrite = "warn"
|
|
pathbuf_init_then_push = "warn"
|
|
pub_underscore_fields = "warn"
|
|
pub_without_shorthand = "warn"
|
|
range_minus_one = "warn"
|
|
range_plus_one = "warn"
|
|
redundant_clone = "warn"
|
|
redundant_pub_crate = "warn"
|
|
redundant_test_prefix = "warn"
|
|
redundant_type_annotations = "warn"
|
|
renamed_function_params = "warn"
|
|
return_and_then = "warn"
|
|
return_self_not_must_use = "warn"
|
|
same_functions_in_if_condition = "warn"
|
|
same_length_and_capacity = "warn"
|
|
same_name_method = "warn"
|
|
search_is_some = "warn"
|
|
semicolon_if_nothing_returned = "warn"
|
|
semicolon_inside_block = "warn"
|
|
set_contains_or_insert = "warn"
|
|
shadow_reuse = "warn"
|
|
shadow_same = "warn"
|
|
shadow_unrelated = "warn"
|
|
should_panic_without_expect = "warn"
|
|
single_match_else = "warn"
|
|
single_option_map = "warn"
|
|
str_split_at_newline = "warn"
|
|
string_add = "warn"
|
|
string_add_assign = "warn"
|
|
string_lit_as_bytes = "warn"
|
|
string_lit_chars_any = "warn"
|
|
string_slice = "warn"
|
|
struct_field_names = "warn"
|
|
suspicious_command_arg_space = "warn"
|
|
tests_outside_test_module = "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"
|
|
unnecessary_join = "warn"
|
|
unnecessary_literal_bound = "warn"
|
|
unnecessary_self_imports = "warn"
|
|
unnecessary_semicolon = "warn"
|
|
unnecessary_struct_initialization = "warn"
|
|
unnecessary_wraps = "warn"
|
|
unneeded_field_pattern = "warn"
|
|
unnested_or_patterns = "warn"
|
|
unreadable_literal = "warn"
|
|
unseparated_literal_suffix = "warn"
|
|
unused_async = "warn"
|
|
unused_peekable = "warn"
|
|
unused_result_ok = "warn"
|
|
unused_rounding = "warn"
|
|
unused_self = "warn"
|
|
unused_trait_names = "warn"
|
|
unwrap_in_result = "warn"
|
|
unwrap_used = "warn"
|
|
used_underscore_binding = "warn"
|
|
used_underscore_items = "warn"
|
|
useless_let_if_seq = "warn"
|
|
zero_sized_map_values = "warn"
|
|
zombie_processes = "deny"
|