freighter-client 1.0.0

Cloudflare's third-party Rust registry implementation
Documentation
[dependencies.anyhow]
version = "1.0.79"

[dependencies.freighter-api-types]
features = ["auth", "index", "ownership", "client"]
version = "1.0.0"

[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11.23"

[dependencies.semver]
features = ["serde"]
version = "1.0.21"

[dependencies.serde_json]
version = "1.0.71"

[dependencies.thiserror]
version = "1.0.56"

[lints.clippy]
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
inline_always = "allow"
items_after_statements = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
redundant_closure_for_method_calls = "allow"
struct_field_names = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Kornel LesiƄski <kornel@cloudflare.com>"]
categories = []
description = "Cloudflare's third-party Rust registry implementation"
edition = "2021"
keywords = ["registries", "freighter"]
license = "MIT OR Apache-2.0"
name = "freighter-client"
publish = ["crates-io", "freighter", "freighter-staging"]
repository = "https://github.com/cloudflare/freighter"
version = "1.0.0"