# 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 = "2018" name = "rweb" version = "0.15.0" authors = ["강동윤 "] autoexamples = true autotests = true description = "Yet another web server framework for rust" keywords = ["rweb", "server", "http", "hyper"] license = "Apache-2.0" repository = "https://github.com/kdy1/rweb.git" [package.metadata.docs.rs] all-features = true [[example]] name = "openapi" required-features = ["openapi"] [[example]] name = "todo_websockets" required-features = ["websocket"] [dependencies.chrono] version = "0.4.19" features = ["serde"] optional = true [dependencies.enumset] version = "1.0" features = ["serde"] optional = true [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.indexmap] version = "1" [dependencies.rweb-macros] version = "0.14.0" [dependencies.rweb-openapi] version = "0.7.0" optional = true [dependencies.scoped-tls] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.2" features = ["macros", "rt-multi-thread"] [dependencies.tokio-stream] version = "0.1" [dependencies.uuid] version = "0.8" features = ["serde"] optional = true [dependencies.warp] version = "0.3.0" default-features = false [dev-dependencies.bytes] version = "1.0" [dev-dependencies.http] version = "0.2" [dev-dependencies.hyper] version = "0.14" [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.serde_yaml] version = "0.8" [features] boxed = ["rweb-macros/boxed"] default = ["multipart", "websocket"] multipart = ["warp/multipart"] openapi = ["rweb-macros/openapi", "rweb-openapi"] tls = ["warp/tls"] websocket = ["warp/websocket"]