cloud-file 0.3.1

Simple reading of cloud files in Rust
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.85"
name = "cloud-file"
version = "0.3.1"
authors = ["Carl Kadie"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple reading of cloud files in Rust"
homepage = "https://github.com/CarlKCarlK/cloud-file"
documentation = "https://docs.rs/cloud-file/latest/cloud-file/"
readme = "README.md"
keywords = [
    "cloud",
    "file",
    "http",
    "aws",
    "azure",
]
categories = [
    "web-programming::http-client",
    "filesystem",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/CarlKCarlK/cloud-file"

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

[[example]]
name = "aws_file_size"
path = "examples/aws_file_size.rs"

[[example]]
name = "aws_file_size_structs"
path = "examples/aws_file_size_structs.rs"

[[example]]
name = "bigram_counts"
path = "examples/bigram_counts.rs"

[[example]]
name = "line_count"
path = "examples/line_count.rs"

[[example]]
name = "line_count_local"
path = "examples/line_count_local.rs"

[[example]]
name = "line_count_object_store"
path = "examples/line_count_object_store.rs"

[[example]]
name = "nth_line"
path = "examples/nth_line.rs"

[[example]]
name = "random_line"
path = "examples/random_line.rs"

[dependencies.bytecount]
version = "0.6.7"

[dependencies.bytes]
version = "1.5.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.futures-util]
version = "0.3.29"

[dependencies.object_store]
version = "0.14.1"
features = [
    "http",
    "aws",
    "azure",
    "gcp",
]

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tokio]
version = "1.36.0"
features = ["full"]

[dependencies.url]
version = "2.5.0"

[dev-dependencies.anyhow]
version = "1.0.79"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rusoto_credential]
version = "0.48.0"