# 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_form" version = "0.1.6" authors = ["Michael Bryant "] description = "General form" homepage = "https://bluestnight.com/docs/nebula-forms/users/plugins/email/" documentation = "https://docs.rs/nebula_email/" readme = "README.md" keywords = ["nebula", "forms", "http", "email", "contact"] categories = ["email", "web-programming::http-server"] license = "MPL-2.0" repository = "https://gitlab.com/BluestNight/nebula" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.nebula_status] version = "0.1" optional = true [dependencies.urlencoding] version = "1.0.0" [dependencies.warp] version = "0.2" optional = true [features] server-warp = ["warp", "nebula_status/server-warp"]