[build-dependencies.tonic-build]
version = "^0.14"
[build-dependencies.tonic-prost-build]
version = "0.14"
[dependencies.prost]
version = "^0.14"
[dependencies.protobuf]
version = "^3.7"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.strum]
version = "^0.27"
[dependencies.strum_macros]
version = "^0.27"
[dependencies.tonic]
version = "^0.14"
[dependencies.tonic-prost]
version = "0.14"
[lib]
name = "rsketch_api"
path = "src/lib.rs"
[lints.clippy]
doc_markdown = "allow"
future_not_send = "allow"
items_after_statements = "allow"
missing_errors_doc = "allow"
multiple_crate_versions = "allow"
redundant_pub_crate = "allow"
significant_drop_tightening = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "deny"
[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1
[package]
authors = ["crrow"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools"]
description = "API definitions and gRPC stubs for rsketch"
edition = "2024"
homepage = "https://github.com/crrow/rsketch"
keywords = ["rust", "template", "server"]
license = "Apache-2.0"
name = "rsketch-api"
readme = "README.md"
repository = "https://github.com/crrow/rsketch"
version = "0.0.17"