# 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.1.1" authors = ["Abrudan Paul - Andrei "] 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" [dependencies.axum] version = "0.7.5" optional = true [dependencies.rocket] version = "0.5.1" optional = true [dependencies.sailfish] version = "0.8.3" [dependencies.warp] version = "0.3.7" optional = true [features] axum_support = ["axum"] default = [] option_result = [] rocket_support = ["rocket"] warp_support = ["warp"]