# 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-core" version = "0.1.3" authors = ["Матвей Т AtomicGamer9523@github"] description = "Core of Catalyzer" homepage = "https://matveit.dev/projects/catalyzer" keywords = [ "rest", "async", "non-blocking", "server", "framework", ] categories = [ "asynchronous", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/AtomicGamer9523/Catalyzer" [lib] name = "catalyzer" path = "lib.rs" [dependencies.axum] version = "0.7" [dependencies.axumextras] version = "0.9" optional = true package = "axum-extra" [dependencies.builtin_logger] version = "4" optional = true package = "simple_logger" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4" [dependencies.utils] version = "0.1.3" package = "catalyzer-utils" [features] builtin-logger = ["dep:builtin_logger"] default = ["builtin-logger"] [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unused = "warn"