files-sdk 0.4.1

Rust SDK for the Files.com API
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 = "2024"
rust-version = "1.85"
name = "files-sdk"
version = "0.4.1"
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the Files.com API"
readme = "README.md"
keywords = [
    "files",
    "filescom",
    "api",
    "storage",
    "cloud",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshrotenberg/files-sdk-rs"

[features]
default = []
integration-tests = []
tower = [
    "dep:tower",
    "dep:tower-http",
    "dep:http",
]
tracing = ["dep:tracing"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-stream]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.1"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tower]
version = "0.5"
optional = true

[dependencies.tower-http]
version = "0.6"
features = ["trace"]
optional = true

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

[dependencies.url]
version = "2.5.7"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.wiremock]
version = "0.6"