# 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" rust-version = "1.66" name = "axum-server-dual-protocol" version = "0.7.0" build = false include = [ "CHANGELOG.md", "examples/**/*", "LICENSE-*", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Host a HTTP and HTTPS server on the same port with `axum-server`" readme = "README.md" keywords = [ "axum-server", "server", "web", "http", "https", ] categories = [ "web-programming", "web-programming::http-server", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daxpedda/axum-server-dual-protocol" [package.metadata.docs.rs] targets = [] [lib] name = "axum_server_dual_protocol" path = "src/lib.rs" [[example]] name = "hello-world" path = "examples/hello-world.rs" doc-scrape-examples = true [dependencies.axum-server] version = "0.7.1" features = ["tls-rustls-no-provider"] default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.http] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.pin-project] version = "1" [dependencies.rustls] version = "0.23" default-features = false [dependencies.tokio] version = "1" [dependencies.tokio-rustls] version = "0.26" default-features = false [dependencies.tokio-util] version = "0.7.1" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.anyhow] version = "1" [dev-dependencies.axum] version = "0.7" default-features = false [dev-dependencies.futures-util] version = "0.3" default-features = false [dev-dependencies.hyper] version = "1" [dev-dependencies.rcgen] version = "0.13" features = ["aws_lc_rs"] default-features = false [dev-dependencies.reqwest] version = "0.12" features = ["rustls-tls-manual-roots-no-provider"] default-features = false [dev-dependencies.rustls] version = "0.23" features = ["aws-lc-rs"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["rustls/aws-lc-rs"] [lints.clippy] absolute_paths = "warn" allow_attributes = "warn" allow_attributes_without_reason = "warn" as_conversions = "warn" assertions_on_result_states = "warn" clone_on_ref_ptr = "warn" create_dir = "warn" dbg_macro = "warn" decimal_literal_representation = "warn" default_union_representation = "warn" empty_drop = "warn" empty_enum_variants_with_brackets = "warn" empty_structs_with_brackets = "warn" equatable_if_let = "allow" error_impl_error = "warn" exit = "warn" explicit_deref_methods = "allow" filetype_is_file = "warn" float_cmp_const = "warn" fn_to_numeric_cast_any = "warn" format_push_string = "warn" future_not_send = "allow" get_unwrap = "warn" if_then_some_else_none = "warn" impl_trait_in_params = "warn" indexing_slicing = "warn" infinite_loop = "warn" large_include_file = "warn" lossy_float_literal = "warn" mem_forget = "warn" min_ident_chars = "warn" missing_assert_message = "warn" missing_asserts_for_indexing = "warn" missing_docs_in_private_items = "warn" mixed_read_write_in_expression = "warn" module_inception = "allow" module_name_repetitions = "allow" mutex_atomic = "warn" non_ascii_literal = "warn" option_if_let_else = "allow" partial_pub_fields = "warn" print_stderr = "warn" print_stdout = "warn" pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_pub_crate = "allow" redundant_type_annotations = "warn" ref_patterns = "warn" renamed_function_params = "warn" rest_pat_in_fully_bound_structs = "warn" same_name_method = "warn" self_named_module_files = "warn" semicolon_outside_block = "warn" single_char_lifetime_names = "warn" str_to_string = "warn" string_add = "warn" string_lit_chars_any = "warn" string_slice = "warn" string_to_string = "warn" suspicious_xor_used_as_pow = "warn" tabs_in_doc_comments = "allow" todo = "warn" try_err = "warn" undocumented_unsafe_blocks = "warn" unimplemented = "warn" unnecessary_safety_doc = "warn" unnecessary_self_imports = "warn" unneeded_field_pattern = "warn" unseparated_literal_suffix = "warn" unwrap_used = "warn" use_debug = "warn" verbose_file_reads = "warn" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] deprecated_in_future = "warn" ffi_unwind_calls = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" redundant_lifetimes = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unnameable_types = "warn" unreachable_pub = "warn" unsafe_code = "deny" unsafe_op_in_unsafe_fn = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" [lints.rust.future_incompatible] level = "warn" priority = -1 [lints.rust.rust_2018_compatibility] level = "warn" priority = -1 [lints.rust.rust_2018_idioms] level = "warn" priority = -1 [lints.rust.rust_2021_compatibility] level = "warn" priority = -1 [lints.rust.unused] level = "warn" priority = -1 [lints.rustdoc.all] level = "warn" priority = -1