cloudreve-api 0.5.0

A Rust library for interacting with Cloudreve 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"
name = "cloudreve-api"
version = "0.5.0"
authors = ["larriti"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for interacting with Cloudreve API"
readme = "README.md"
keywords = [
    "cloudreve",
    "api",
    "storage",
    "client",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/larriti/cloudreve-api"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "multipart",
    "socks",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.url]
version = "2.0"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.toml]
version = "0.9"