sailfish-web 0.2.0

Simple extension crate that enables a simpler api for web server crates
Documentation
# 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 = "sailfish-web"
version = "0.2.0"
authors = ["Abrudan Paul - Andrei <paulandreiabrudan@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple extension crate that enables a simpler api for web server crates"
homepage = "https://github.com/pauldotsh/sailfish-web"
readme = "README.md"
keywords = [
    "web",
    "axum",
    "sailfish",
    "rocket",
    "warp",
]
license = "MIT"
repository = "https://github.com/pauldotsh/sailfish-web"

[lib]
name = "sailfish_web"
path = "src/lib.rs"

[[example]]
name = "axum"
path = "examples/axum.rs"

[[example]]
name = "opt"
path = "examples/opt.rs"

[[example]]
name = "res"
path = "examples/res.rs"

[[example]]
name = "rocket"
path = "examples/rocket.rs"

[[example]]
name = "warp"
path = "examples/warp.rs"

[dependencies.axum]
version = "0.7.5"
optional = true

[dependencies.rocket]
version = "0.5.1"
optional = true

[dependencies.sailfish]
version = "0.9.0"

[dependencies.warp]
version = "0.3.7"
optional = true

[features]
axum_support = ["axum"]
default = []
option_result = []
rocket_support = ["rocket"]
warp_support = ["warp"]