freighter-api-types 1.0.0

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

[dependencies.async-trait]
optional = true
version = "0.1.77"

[dependencies.axum]
default-features = false
optional = true
version = "0.6.9"

[dependencies.bytes]
optional = true
version = "1.5.0"

[dependencies.chrono]
default-features = false
features = ["std", "serde"]
optional = true
version = "0.4.26"

[dependencies.postgres-types]
features = ["derive", "with-chrono-0_4"]
optional = true
version = "0.2.6"

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

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.195"

[dependencies.thiserror]
optional = true
version = "1.0.56"

[dependencies.tracing]
optional = true
version = "0.1.40"

[features]
auth = []
client = ["dep:serde"]
index = ["dep:chrono", "dep:semver", "dep:axum", "dep:anyhow", "dep:thiserror", "dep:async-trait", "dep:tracing", "dep:serde"]
ownership = []
postgres = ["dep:postgres-types"]
server = ["dep:serde"]
storage = ["dep:axum", "dep:anyhow", "dep:async-trait", "dep:bytes", "dep:thiserror", "dep:tracing"]

[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-api-types"
publish = ["crates-io", "freighter", "freighter-staging"]
repository = "https://github.com/cloudflare/freighter"
version = "1.0.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]