mesa-dev 1.12.0

Rust SDK for the mesa.dev 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 = "mesa-dev"
version = "1.12.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the mesa.dev API"
readme = "README.md"
keywords = [
    "mesa",
    "git",
    "api",
    "sdk",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mesa-dot-dev/sdk-rust"

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

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

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

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

[dependencies.async-stream]
version = "0.3"

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

[dependencies.mesa_dev_oapi]
version = "1.6.2"
features = ["rustls-tls"]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "http2",
    "rustls-tls",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.reqwest-middleware]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "http2",
    "rustls-tls",
    "rustls-tls-native-roots",
]
default-features = false

[dev-dependencies.reqwest-middleware]
version = "0.4"

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

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.test-context]
version = "0.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.uuid]
version = "1"
features = ["v4"]

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
multiple_crate_versions = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

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

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unsafe_code = "forbid"
unused_lifetimes = "deny"
unused_qualifications = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1