couchbase-core 1.0.0

Couchbase SDK core networking and protocol implementation, not intended for direct use
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"
name = "couchbase-core"
version = "1.0.0"
authors = [
    "Charles Dixon <charles.dixon@couchbase.com>",
    "Matt Wozakowski <matt.wozakowski@couchbase.com>",
    "Will Broadbelt <william.broadbelt@couchbase.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Couchbase SDK core networking and protocol implementation, not intended for direct use"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/couchbaselabs/couchbase-rs"

[features]
default = ["default-tls"]
default-tls = ["rustls-tls"]
dhat-heap = ["dhat"]
native-tls = [
    "reqwest/native-tls",
    "dep:tokio-native-tls",
]
rustls-tls = [
    "reqwest/rustls",
    "dep:tokio-rustls",
]
top-level-spans = []

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.arc-swap]
version = "1.8"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.bitflags]
version = "2.11"

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1.11"

[dependencies.chrono]
version = "0.4.44"

[dependencies.crc32fast]
version = "1.5"

[dependencies.dhat]
version = "0.3.3"
optional = true

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-core]
version = "0.3.32"

[dependencies.hmac]
version = "0.12.1"

[dependencies.http]
version = "1.4"

[dependencies.lazy_static]
version = "1.5"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

[dependencies.snap]
version = "1.1"

[dependencies.socket2]
version = "0.6.3"

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

[dependencies.tokio-native-tls]
version = "0.3.1"
optional = true

[dependencies.tokio-rustls]
version = "0.26.4"
optional = true

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tokio-util]
version = "0.7.18"
features = ["codec"]

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.22"
features = ["v4"]

[dev-dependencies.chrono]
version = "0.4.44"

[dev-dependencies.couchbase-connstr]
version = "1.0.0-beta.1"

[dev-dependencies.env_logger]
version = "0.11.9"

[dev-dependencies.envconfig]
version = "0.11.1"

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.serial_test]
version = "3.4"

[dev-dependencies.tracing-subscriber]
version = "0.3.22"

[lints.rust]
unused = "allow"