# 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" rust-version = "1.72.0" name = "esthri-internals" version = "12.0.0" authors = ["Swift Navigation "] description = "Internals common to esthri crates" homepage = "https://github.com/swift-nav/esthri/" readme = "README.md" keywords = [ "aws", "s3", ] license = "MIT" repository = "https://github.com/swift-nav/esthri/" [dependencies.hyper] version = "0.14.28" [dependencies.hyper-rustls] version = "=0.23" features = ["webpki-roots"] optional = true [dependencies.hyper-tls] version = "0.5" optional = true [features] aggressive_lint = [] blocking = [] default = [] nativetls = ["hyper-tls"] rustls = ["hyper-rustls"]