# 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 = "shrimple-localhost" version = "5.2.0" authors = ["Tim Kurdov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero-dependency localhost server, usable both in the terminal and in your Rust code" documentation = "https://docs.rs/shrimple-localhost" readme = "README.md" keywords = [ "server", "devtool", "local-server", "localhost", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/schvv31n/shrimple-localhost" [lib] name = "shrimple_localhost" path = "src/lib.rs" [[bin]] name = "shrimple-localhost" path = "src/main.rs" [lints.clippy] deref_by_slicing = "warn" derive_partial_eq_without_eq = "warn" expect_used = "warn" explicit_into_iter_loop = "warn" explicit_iter_loop = "warn" single_char_lifetime_names = "warn" unit_arg = "allow" unwrap_used = "warn" [lints.rust] rust_2018_idioms = "warn"