# 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 = "swim-core" version = "0.3.0" authors = ["Syed Ahkam "] description = "Core library for the swim web framework" homepage = "https://github.com/SyedAhkam/swim" readme = "README.md" keywords = [ "swim", "web-framework", "core", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/SyedAhkam/swim" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.hyper] version = "0.14" features = [ "http1", "http2", "server", "tcp", ] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.ron] version = "0.8" [dependencies.routerify] version = "3.0" features = [ "hyper-http1", "hyper-http2", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" features = [] [dependencies.yansi] version = "0.5" [dev-dependencies.tokio] version = "1.35" features = [ "macros", "rt-multi-thread", ]