# 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 = "fidelityfetch" version = "0.4.1" authors = ["Marc Beck König "] build = false exclude = [ ".github", "scripts", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Seamlessly setup a webserver to serve files recursively from a specified path" homepage = "https://github.com/CramBL/fidelityfetch" readme = "README.md" keywords = [ "file-transfer", "command-line", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CramBL/fidelityfetch" [package.metadata.wix] eula = false license = false path-guid = "2DDDCA1B-E47B-4A39-9B8B-93D176E9CEFC" upgrade-guid = "EB76ABBF-BC76-43E4-A40B-4B076E6BF56C" [profile.dist] inherits = "release" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "fife" path = "src/main.rs" [dependencies.axum] version = "0.7" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.5" [dependencies.futures-util] version = "0.3" [dependencies.local-ip-address] version = "0.6" [dependencies.mdns-sd] version = "0.11" [dependencies.mime_guess] version = "2.0.5" [dependencies.percent-encoding] version = "2.3" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1.41" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" features = ["fs"] [dependencies.tokio-util] version = "0.7.12" features = ["io"] [dependencies.tracing] version = "0.1" [dependencies.tracing-journald] version = "0.3.0" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.temp-dir] version = "0.1" [dev-dependencies.testresult] version = "0.4" [lints.clippy] as_ptr_cast_mut = "warn" await_holding_lock = "warn" bool_to_int_with_if = "warn" char_lit_as_u8 = "warn" checked_conversions = "warn" clear_with_drain = "warn" cloned_instead_of_copied = "warn" dbg_macro = "warn" debug_assert_with_mut_call = "warn" derive_partial_eq_without_eq = "warn" disallowed_macros = "warn" disallowed_methods = "warn" disallowed_names = "warn" disallowed_script_idents = "warn" disallowed_types = "warn" doc_link_with_quotes = "warn" doc_markdown = "warn" empty_enum = "warn" enum_glob_use = "warn" equatable_if_let = "warn" exit = "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" float_cmp_const = "warn" fn_params_excessive_bools = "warn" fn_to_numeric_cast_any = "warn" from_iter_instead_of_collect = "warn" get_unwrap = "warn" if_let_mutex = "warn" if_not_else = "warn" implicit_clone = "warn" imprecise_flops = "warn" index_refutable_slice = "warn" inefficient_to_string = "warn" infinite_loop = "warn" int_plus_one = "warn" into_iter_without_iter = "warn" invalid_upcast_comparisons = "warn" iter_not_returning_iterator = "warn" iter_on_empty_collections = "warn" iter_on_single_items = "warn" iter_without_into_iter = "warn" large_digit_groups = "warn" large_enum_variant = "warn" large_include_file = "warn" large_stack_arrays = "warn" large_stack_frames = "warn" large_types_passed_by_value = "warn" let_unit_value = "warn" linkedlist = "warn" lossy_float_literal = "warn" macro_use_imports = "warn" manual_assert = "warn" manual_clamp = "warn" manual_filter_map = "warn" manual_instant_elapsed = "warn" manual_let_else = "warn" manual_ok_or = "warn" manual_string_new = "warn" map_err_ignore = "warn" map_flatten = "warn" map_unwrap_or = "warn" match_on_vec_items = "warn" match_same_arms = "warn" match_wild_err_arm = "warn" match_wildcard_for_single_variants = "warn" maybe_infinite_iter = "warn" mem_forget = "warn" mismatching_type_param_order = "warn" missing_enforced_import_renames = "warn" missing_safety_doc = "warn" mut_mut = "warn" mutex_integer = "warn" needless_borrow = "warn" needless_continue = "warn" needless_for_each = "warn" needless_pass_by_ref_mut = "warn" needless_pass_by_value = "warn" needless_range_loop = "warn" negative_feature_names = "warn" nonminimal_bool = "warn" nonstandard_macro_braces = "warn" option_filter_map = "warn" option_option = "warn" path_buf_push_overwrite = "warn" ptr_as_ptr = "warn" ptr_cast_constness = "warn" pub_without_shorthand = "warn" range_plus_one = "warn" rc_mutex = "warn" readonly_write_lock = "warn" redundant_type_annotations = "warn" ref_option_ref = "warn" ref_patterns = "warn" rest_pat_in_fully_bound_structs = "warn" same_functions_in_if_condition = "warn" semicolon_if_nothing_returned = "warn" shadow_same = "warn" shadow_unrelated = "warn" should_panic_without_expect = "warn" significant_drop_tightening = "warn" single_match_else = "warn" str_to_string = "warn" string_add = "warn" string_add_assign = "warn" string_lit_as_bytes = "warn" string_lit_chars_any = "warn" string_to_string = "warn" suspicious_command_arg_space = "warn" suspicious_xor_used_as_pow = "warn" todo = "warn" too_many_lines = "warn" trailing_empty_array = "warn" trait_duplication_in_bounds = "warn" tuple_array_conversions = "warn" unchecked_duration_subtraction = "warn" undocumented_unsafe_blocks = "warn" unimplemented = "warn" uninhabited_references = "warn" uninlined_format_args = "warn" unnecessary_box_returns = "warn" unnecessary_safety_doc = "warn" unnecessary_struct_initialization = "warn" unnecessary_wraps = "warn" unnested_or_patterns = "warn" unused_peekable = "warn" unused_rounding = "warn" unused_self = "warn" unwrap_used = "warn" use_self = "warn" useless_transmute = "warn" verbose_file_reads = "warn" wildcard_dependencies = "warn" wildcard_imports = "warn" zero_sized_map_values = "warn" [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unexpected_cfgs = "warn" unsafe_code = "warn" unused_import_braces = "warn" unused_results = "warn" variant_size_differences = "warn"