# 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 = "microweb" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "micro web framework" readme = "README.md" license = "LGPL-2.1" [lib] name = "microweb" path = "src/lib.rs" [[bin]] name = "microweb" path = "src/main.rs" [dependencies.axum] version = "0.7" features = ["ws"] [dependencies.console-subscriber] version = "0.2" [dependencies.tokio] version = "1.0" features = [ "full", "tracing", ] [dependencies.tower-http] version = "0.5" features = [ "fs", "trace", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "chrono", ] [dev-dependencies.rusty-hook] version = "^0.11.2"