# 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 = "freighter-pg-index" version = "1.0.0" authors = [ "Noah Kennedy ", "Kornel LesiƄski ", ] publish = [ "crates-io", "freighter", "freighter-staging", ] description = "Cloudflare's third-party Rust registry implementation" keywords = [ "registries", "freighter", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/cloudflare/freighter" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1.77" [dependencies.axum] version = "0.6.9" default-features = false [dependencies.chrono] version = "0.4.26" features = [ "std", "serde", ] default-features = false [dependencies.deadpool-postgres] version = "0.13.2" features = ["serde"] [dependencies.freighter-api-types] version = "1.0.0" features = [ "index", "postgres", ] [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.metrics] version = "0.23.0" [dependencies.postgres-types] version = "0.2.6" features = [ "derive", "with-chrono-0_4", ] [dependencies.semver] version = "1.0.21" features = ["serde"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "rt-multi-thread", "macros", "signal", "sync", ] [dependencies.tracing] version = "0.1.40" [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