multipart_ng 0.18.0

Maintenance fork of the unmaintained `multipart` 0.18.0 with the `trailing_semicolon_in_macro` future-incompatibility warning fixed. Drop-in replacement; otherwise identical to the original.
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]
name = "multipart_ng"
version = "0.18.0"
authors = [
    "Austin Bonander <austin.bonander@gmail.com>",
    "Carlo Deutschmann <deutschmanncarlo@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Maintenance fork of the unmaintained `multipart` 0.18.0 with the `trailing_semicolon_in_macro` future-incompatibility warning fixed. Drop-in replacement; otherwise identical to the original."
documentation = "https://docs.rs/multipart_ng"
readme = "README.md"
keywords = [
    "form-data",
    "hyper",
    "iron",
    "http",
    "upload",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/CarloTUM/multipart_ng"

[features]
bench = []
client = []
default = [
    "client",
    "hyper",
    "iron",
    "mock",
    "nickel",
    "server",
    "tiny_http",
]
mock = []
nightly = []
server = [
    "buf_redux",
    "httparse",
    "quick-error",
    "safemem",
    "twoway",
]

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

[[bin]]
name = "form_test"
path = "src/bin/form_test.rs"
required-features = [
    "mock",
    "hyper",
    "server",
]

[[example]]
name = "hyper_client"
path = "examples/hyper_client.rs"
required-features = [
    "client",
    "mock",
    "hyper",
]

[[example]]
name = "hyper_reqbuilder"
path = "examples/hyper_reqbuilder.rs"
required-features = [
    "client",
    "mock",
    "hyper",
]

[[example]]
name = "hyper_server"
path = "examples/hyper_server.rs"
required-features = [
    "mock",
    "hyper",
    "server",
]

[[example]]
name = "iron"
path = "examples/iron.rs"
required-features = [
    "mock",
    "iron",
    "server",
]

[[example]]
name = "iron_intercept"
path = "examples/iron_intercept.rs"
required-features = [
    "mock",
    "iron",
    "server",
]

[[example]]
name = "nickel"
path = "examples/nickel.rs"
required-features = [
    "mock",
    "nickel",
    "server",
]

[[example]]
name = "rocket"
path = "examples/rocket.rs"
required-features = [
    "mock",
    "rocket",
    "server",
]

[[example]]
name = "tiny_http"
path = "examples/tiny_http.rs"
required-features = [
    "mock",
    "tiny_http",
    "server",
]

[dependencies.buf_redux]
version = "0.8.4"
optional = true
default-features = false
package = "buf_redux_ng"

[dependencies.clippy]
version = ">=0.0, <0.1"
optional = true

[dependencies.httparse]
version = "1.2"
optional = true

[dependencies.hyper]
version = ">=0.9, <0.11"
optional = true
default-features = false

[dependencies.iron]
version = ">=0.4,<0.7"
optional = true

[dependencies.lazy_static]
version = "1.2.0"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3.14"

[dependencies.mime_guess]
version = "2.0.1"

[dependencies.nickel]
version = ">=0.10.1"
optional = true

[dependencies.quick-error]
version = "1.2"
optional = true

[dependencies.rand]
version = "0.8"

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

[dependencies.safemem]
version = "0.3"
optional = true

[dependencies.tempfile]
version = "3"

[dependencies.tiny_http]
version = "0.6"
optional = true

[dependencies.twoway]
version = "0.1"
optional = true

[dev-dependencies.env_logger]
version = "0.5"