# 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 = "catalyzer" version = "0.1.3" authors = ["Матвей Т AtomicGamer9523@github"] exclude = [ "examples", ".github", ".gitignore", ] description = "HTTP server framework" homepage = "https://matveit.dev/projects/catalyzer" readme = "README.md" keywords = [ "rest", "async", "non-blocking", "server", "framework", ] categories = [ "asynchronous", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/AtomicGamer9523/Catalyzer" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] path = "catalyzer.rs" [dependencies.base] version = "0.1.3" default-features = false package = "catalyzer-core" [dependencies.macros] version = "0.1.3" package = "catalyzer-macros" [features] builtin-logger = ["base/builtin-logger"] default = ["builtin-logger"] [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unused = "warn"