# 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 = "rustatic" version = "0.2.6" description = "Web server for static site used primarily locally during development" homepage = "https://rustatic.code-maven.com/" readme = "README.md" keywords = [ "cli", "web", "static", ] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/szabgab/rustatic/" [dependencies.ascii] version = "1.1" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.mime_guess] version = "2.0.4" [dependencies.tiny_http] version = "0.12" [lints.clippy] absolute_paths = "allow" arithmetic_side_effects = "allow" blanket_clippy_restriction_lints = "allow" branches_sharing_code = "allow" default_numeric_fallback = "allow" implicit_return = "allow" indexing_slicing = "allow" min_ident_chars = "allow" missing_docs_in_private_items = "allow" option_if_let_else = "allow" print_stdout = "allow" single_call_fn = "allow" std_instead_of_core = "allow" string_slice = "allow" unwrap_used = "allow" [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.restriction] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1