anneal 0.3.4

A testing framework for Iron
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 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 = "anneal"
version = "0.3.4"
authors = ["Jess 3Jane <me@jess.coffee>"]
description = "A testing framework for Iron"
readme = "README.md"
keywords = ["iron"]
license = "GPL-3.0"
repository = "https://git.open-communication.net/qaul/anneal"
[package.metadata.docs.rs]
features = ["json", "cookies"]
[dependencies.cookie]
version = "0.12"
optional = true

[dependencies.hyper]
version = "0.10"

[dependencies.iron]
version = "0.6"

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

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.url]
version = "1.6"

[features]
all = ["cookies", "jsonapi", "json"]
cookies = ["cookie"]
json = ["serde_json", "serde"]
jsonapi = ["japi", "serde_json"]