opensession-api-client 0.1.4

Typed HTTP client for the OpenSession 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 = "2021"
name = "opensession-api-client"
version = "0.1.4"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed HTTP client for the OpenSession API"
readme = false
license = "MIT"
repository = "https://github.com/hwisu/opensession-core"

[lib]
name = "opensession_api_client"
path = "src/lib.rs"
doctest = false

[dependencies.anyhow]
version = "1"

[dependencies.opensession-api-types]
version = "0.1.4"
default-features = false

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.tracing]
version = "0.1"

[lints.clippy]
collapsible_if = "warn"
empty_line_after_doc_comments = "warn"
needless_return = "warn"
redundant_closure = "warn"
single_match = "warn"

[lints.clippy.all]
level = "warn"
priority = -1