# 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 = "hawk" version = "5.0.1" authors = [ "Jonas Finnemann Jensen ", "Dustin J. Mitchell ", ] build = "build.rs" exclude = [ "docker/*", ".taskcluster.yml", ".git*", ] description = "Hawk Implementation for Rust" homepage = "https://docs.rs/hawk/" documentation = "https://docs.rs/hawk/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/taskcluster/rust-hawk" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.4" [dependencies.openssl] version = "0.10.20" optional = true [dependencies.ring] version = "0.17.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.1" [dev-dependencies.pretty_assertions] version = "^1.0.0" [features] default = ["use_ring"] use_openssl = ["openssl"] use_ring = ["ring"]