# 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-storage" version = "1.0.1" 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.aws-credential-types] version = "1.1.1" features = ["hardcoded-credentials"] [dependencies.aws-sdk-s3] version = "1.11.0" [dependencies.axum] version = "0.6.9" default-features = false [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.5.0" [dependencies.freighter-api-types] version = "1.0.0" features = ["storage"] [dependencies.tempfile] version = "3.9.0" [dependencies.thiserror] version = "1.0.56" [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