snapdir-stores 1.3.0

snapdir stores: FileStore, S3/B2/GCS native SDK stores + external-store shim.
Documentation
# 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"
rust-version = "1.91.1"
name = "snapdir-stores"
version = "1.3.0"
authors = ["Bermi Ferrer <bermi@bermilabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "snapdir stores: FileStore, S3/B2/GCS native SDK stores + external-store shim."
homepage = "https://github.com/snapdir/snapdir"
readme = false
license = "MIT"
repository = "https://github.com/snapdir/snapdir"

[lib]
name = "snapdir_stores"
path = "src/lib.rs"

[[test]]
name = "shim_external_store"
path = "tests/shim_external_store.rs"

[dependencies.aws-config]
version = "1"
features = [
    "behavior-version-latest",
    "rt-tokio",
    "credentials-process",
    "sso",
]
default-features = false

[dependencies.aws-sdk-s3]
version = "1"
features = [
    "rt-tokio",
    "sigv4a",
]
default-features = false

[dependencies.aws-smithy-http-client]
version = "1"
features = ["rustls-ring"]
default-features = false

[dependencies.aws-smithy-runtime-api]
version = "1"
features = [
    "client",
    "http-1x",
]

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.google-cloud-gax]
version = "1"
default-features = false

[dependencies.google-cloud-storage]
version = "1"
default-features = false

[dependencies.rayon]
version = "1"

[dependencies.rustls-ring]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
    "logging",
]
default-features = false
package = "rustls"

[dependencies.snapdir-core]
version = "1.3.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "sync",
]
default-features = false

[dev-dependencies.http]
version = "1"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

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