# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nebula_status" version = "0.3.3" authors = ["Michael Bryant "] description = "An HTTP status/error type for server applications" documentation = "https://docs.rs/nebula_status" readme = "README.md" keywords = ["nebula", "http", "status", "error"] license = "MPL-2.0" repository = "https://gitlab.com/BluestNight/nebula" [dependencies.bytes] version = "0.5.4" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.13" optional = true [dependencies.mime] version = "0.3.16" [dependencies.warp] version = "0.2" optional = true [features] server-warp = ["warp", "hyper"]