# 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 = "2018" name = "nel" version = "0.1.6" authors = [ "Noah Kennedy ", "Brendan McMillion", ] description = "Basic utilities for building and sending NEL reports." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/cloudflare/nel-rs" [dependencies.deadqueue] version = "0.2" features = ["limited"] [dependencies.futures-util] version = "0.3.17" [dependencies.hyper] version = "0.14" optional = true default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.11" optional = true default-features = false [dependencies.rustls] version = "0.21" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ttl_cache] version = "0.5.1" [dependencies.url] version = "2.2.2" [dev-dependencies.hyper-tls] version = "0.5" default-features = false [dev-dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "native-tls", ] default-features = false [dev-dependencies.tokio] version = "1.0" features = [ "rt", "macros", ] [features] default = ["reqwest-error"] reqwest-error = [ "reqwest", "hyper", ]