# 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 = "hexpm" version = "3.1.0" authors = ["Louis Pilfold "] description = "A Rust client for the Hex package manager" readme = "README.md" keywords = [ "erlang", "gleam", "elixir", "hex", "api-client", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/gleam-lang/hexpm-rust" [dependencies.base16] version = "0.2" features = ["alloc"] [dependencies.bytes] version = "1" [dependencies.flate2] version = "1.0" [dependencies.http] version = "1.0" [dependencies.http-auth-basic] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.protobuf] version = "3.4" [dependencies.pubgrub] version = "0.2" [dependencies.regex] version = "1.3" [dependencies.ring] version = "0.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dependencies.x509-parser] version = "0.15" [dev-dependencies.mockito] version = "1.4" [dev-dependencies.reqwest] version = "0.12" features = ["json"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.toml] version = "0.8" [build-dependencies.protobuf-codegen] version = "3.4"