[package]
edition = "2021"
name = "wavekat-platform-client"
version = "0.0.1"
build = false
exclude = ["CHANGELOG.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for the WaveKat platform — auth, sessions, artifact upload"
homepage = "https://github.com/wavekat/wavekat-platform-client"
documentation = "https://docs.rs/wavekat-platform-client"
readme = "README.md"
keywords = [
"wavekat",
"platform",
"client",
"sdk",
]
categories = [
"api-bindings",
"web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/wavekat/wavekat-platform-client"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "wavekat_platform_client"
path = "src/lib.rs"
[dependencies]
[dev-dependencies]