# 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] edition = "2021" name = "tuf" version = "0.3.0-beta12" authors = [ "heartsucker ", "Erick Tryzelaar ", ] description = "Library for The Update Framework (TUF)" homepage = "https://github.com/theupdateframework/rust-tuf" documentation = "https://docs.rs/tuf" readme = "README.md" keywords = [ "security", "update", "repository", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/theupdateframework/rust-tuf" resolver = "1" [lib] name = "tuf" path = "./src/lib.rs" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.data-encoding] version = "2.0.0-rc.2" [dependencies.futures-io] version = "0.3.1" [dependencies.futures-util] version = "0.3.1" features = ["io"] [dependencies.http] version = "0.2.0" [dependencies.hyper] version = "0.14.15" features = [ "stream", "client", "http1", ] optional = true default-features = false [dependencies.itoa] version = "1.0" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.1" [dependencies.ring] version = "0.16" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.untrusted] version = "0.7" [dependencies.url] version = "2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.futures-executor] version = "0.3.1" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.maplit] version = "1" [dev-dependencies.pretty_assertions] version = "1" [features] default = [ "hyper", "hyper/tcp", ]