[dependencies.anyhow]
version = "^1"
[dependencies.async-trait]
version = "^0.1"
[dependencies.bytes]
version = "^1"
[dependencies.derivative]
version = "^2"
[dependencies.futures]
version = "^0.3"
[dependencies.futures-locks]
version = "^0.7"
[dependencies.futures-timer]
version = "^3"
[dependencies.http]
version = "^1"
[dependencies.pin-project]
version = "1.1.10"
[dependencies.prost]
version = "^0.14"
[dependencies.prost-types]
version = "^0.14"
[dependencies.rand]
version = "^0.9.0"
[dependencies.reqwest]
default-features = false
features = ["gzip", "json", "multipart", "rustls-tls-native-roots", "stream"]
version = "^0.12"
[dependencies.reqwest-middleware]
version = "^0.4"
[dependencies.serde]
features = ["derive"]
version = "^1"
[dependencies.serde_json]
version = "^1"
[dependencies.serde_with]
version = "^3"
[dependencies.task-local-extensions]
optional = true
version = "^0.1"
[dependencies.thiserror]
version = "^2"
[dependencies.tokio]
default-features = false
features = ["fs"]
version = "^1"
[dependencies.tokio-util]
default-features = false
features = ["codec", "io"]
version = "^0.7"
[dev-dependencies.futures]
version = "^0.3"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.10.0"
[dev-dependencies.wiremock]
version = "0.6.0"
[[example]]
name = "client"
path = "examples/client.rs"
[[example]]
name = "instances"
path = "examples/instances/main.rs"
[features]
default = []
integration_tests = []
[lib]
name = "cognite"
path = "src/lib.rs"
[lints.clippy]
large_enum_variant = "allow"
[lints.rust]
[package]
authors = ["Einar Marstrander Omang <einar.omang@cognite.com>", "Haakon Garseg Mørk <haakon.mork@cognite.com>", "Niek Beckers <niek.beckers@cognite.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "SDK for the Cognite Data Fusion API"
documentation = "https://docs.rs/cognite-sdk/"
edition = "2021"
homepage = "https://github.com/cognitedata/cognite-sdk-rust"
license = "Apache-2.0"
name = "cognite-sdk"
publish = true
readme = "README.md"
repository = "https://github.com/cognitedata/cognite-sdk-rust"
version = "0.6.1"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.37.0"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio-util]
version = "0.7.10"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.wiremock]
version = "0.6.0"
[[test]]
name = "asset_tests"
path = "tests/asset_tests.rs"
[[test]]
name = "common_tests"
path = "tests/common_tests.rs"
[[test]]
name = "containers_tests"
path = "tests/containers_tests.rs"
[[test]]
name = "data_models_tests"
path = "tests/data_models_tests.rs"
[[test]]
name = "datapoints_tests"
path = "tests/datapoints_tests.rs"
[[test]]
name = "event_tests"
path = "tests/event_tests.rs"
[[test]]
name = "file_tests"
path = "tests/file_tests.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[[test]]
name = "instances_tests"
path = "tests/instances_tests.rs"
[[test]]
name = "raw_tests"
path = "tests/raw_tests.rs"
[[test]]
name = "records_tests"
path = "tests/records_tests.rs"
[[test]]
name = "time_series_tests"
path = "tests/time_series_tests.rs"
[[test]]
name = "views_tests"
path = "tests/views_tests.rs"