[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "rustls-tls", "stream", "http2", "rustls-tls-native-roots"]
version = "0.12.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
version = "0.1.40"
[dependencies.uuid]
features = ["v4"]
version = "1.4"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.26"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"
[features]
default = ["local-filtering"]
local-filtering = []
[lib]
name = "oso_cloud"
path = "src/lib.rs"
[lints.clippy]
doc_lazy_continuation = "allow"
[package]
authors = ["Oso Security, Inc. <support@osohq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Oso Cloud client"
edition = "2021"
homepage = "https://www.osohq.com/docs"
license = "Apache-2.0"
name = "oso-cloud"
readme = "README.md"
version = "0.5.4"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"