# 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 = "ezcp" version = "0.3.2" description = "A simple tool to automatically generate test cases for competitive programming problems." readme = "README.md" keywords = [ "cp", "test_data", "framework", "generator", ] categories = ["development-tools"] license-file = "LICENSE" repository = "https://github.com/Zorz42/EZCP" [[bench]] name = "my_benchmark" harness = false [dependencies.bincode] version = "1.3" default-features = false [dependencies.fs_extra] version = "1.3" default-features = false [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.snap] version = "1.1" default-features = false [dependencies.termsize] version = "0.1" default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dependencies.zip] version = "2.1" features = ["deflate"] default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [lints.clippy] allow_attributes_without_reason = "warn" assertions_on_result_states = "warn" cargo_common_metadata = "allow" cast_lossless = "allow" cast_possible_truncation = "allow" cast_possible_wrap = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" create_dir = "warn" decimal_literal_representation = "warn" deref_by_slicing = "warn" empty_structs_with_brackets = "warn" exit = "warn" expect_used = "warn" float_cmp_const = "warn" fn_to_numeric_cast_any = "warn" format_push_string = "warn" from_iter_instead_of_collect = "warn" if_not_else = "warn" if_then_some_else_none = "warn" ignored_unit_patterns = "warn" impl_trait_in_params = "warn" implicit_clone = "warn" inconsistent_struct_constructor = "warn" index_refutable_slice = "warn" indexing_slicing = "allow" inefficient_to_string = "warn" items_after_statements = "warn" iter_without_into_iter = "allow" large_digit_groups = "warn" large_stack_arrays = "warn" manual_assert = "warn" manual_clamp = "warn" manual_instant_elapsed = "warn" manual_let_else = "warn" manual_map = "warn" manual_non_exhaustive = "warn" manual_ok_or = "warn" manual_string_new = "warn" many_single_char_names = "allow" map_err_ignore = "warn" map_unwrap_or = "warn" match_bool = "warn" match_on_vec_items = "warn" match_same_arms = "warn" match_wild_err_arm = "warn" match_wildcard_for_single_variants = "warn" mem_forget = "warn" missing_const_for_fn = "warn" missing_errors_doc = "allow" missing_panics_doc = "allow" missing_safety_doc = "allow" mixed_read_write_in_expression = "warn" module_inception = "allow" module_name_repetitions = "allow" multiple_crate_versions = "allow" mut_mut = "warn" mutex_atomic = "warn" mutex_integer = "warn" naive_bytecount = "warn" needless_bitwise_bool = "warn" needless_collect = "warn" needless_continue = "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" new_without_default = "allow" no_effect_underscore_binding = "warn" non_ascii_literal = "warn" option_option = "warn" panic = "warn" panic_in_result_fn = "warn" ptr_as_ptr = "allow" pub_without_shorthand = "warn" range_minus_one = "warn" range_plus_one = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_clone = "warn" redundant_closure_for_method_calls = "warn" redundant_else = "warn" redundant_pub_crate = "warn" redundant_type_annotations = "warn" ref_binding_to_reference = "warn" ref_option_ref = "warn" ref_patterns = "warn" rest_pat_in_fully_bound_structs = "warn" return_self_not_must_use = "warn" same_functions_in_if_condition = "warn" same_name_method = "warn" semicolon_if_nothing_returned = "warn" semicolon_inside_block = "warn" shadow_unrelated = "allow" significant_drop_tightening = "allow" similar_names = "allow" single_char_lifetime_names = "warn" stable_sort_primitive = "warn" str_to_string = "warn" string_to_string = "warn" struct_excessive_bools = "allow" struct_field_names = "allow" suboptimal_flops = "allow" todo = "allow" too_many_arguments = "allow" try_err = "warn" type_complexity = "allow" unimplemented = "allow" unnecessary_box_returns = "warn" unnecessary_join = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unnecessary_self_imports = "warn" unnecessary_struct_initialization = "warn" unnecessary_wraps = "warn" unneeded_field_pattern = "warn" unnested_or_patterns = "warn" unreadable_literal = "warn" unused_async = "warn" unused_peekable = "warn" unused_rounding = "warn" unused_self = "warn" unwrap_in_result = "warn" unwrap_used = "warn" verbose_file_reads = "warn" wildcard_dependencies = "warn" zero_ptr = "allow" zero_sized_map_values = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.perf] level = "warn" priority = -1 [lints.clippy.style] level = "warn" priority = -1 [lints.clippy.suspicious] level = "warn" priority = -1