tough 0.8.0

The Update Framework (TUF) repository client
Documentation
[package]
name = "tough"
version = "0.8.0"
description = "The Update Framework (TUF) repository client"
authors = ["iliana destroyer of worlds <iweller@amazon.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/awslabs/tough"
keywords = ["tuf", "update", "repository"]
edition = "2018"

[dependencies]
chrono = { version = "0.4.11", features = ["serde"] }
globset = { version = "0.4.5" }
hex = "0.4.2"
log = "0.4.8"
olpc-cjson = { version = "0.1.0", path = "../olpc-cjson" }
pem = "0.8.1"
reqwest = { version = "0.10.4", optional = true, default-features = false, features = ["blocking"] }
ring = { version = "0.16.13", features = ["std"] }
serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.53"
serde_plain = "0.3.0"
snafu = "0.6.8"
untrusted = "0.7.0"
url = "2.1.0"
walkdir = "2.2.9"

[dev-dependencies]
hex-literal = "0.2.0"
mockito = "0.26"
tempfile = "3.1.0"

[features]
http = ["reqwest"]

# The `integ` feature enables integration tests. These tests require docker to be running on the host.
integ = []