veilid-remote-api 0.4.7

Library that provides the ability to control a Veilid node remotely
[dependencies.parking_lot]
version = "0.12.3"

[dependencies.schemars]
version = "0.8.22"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.218"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tracing]
features = ["log", "attributes"]
version = "^0"

[dependencies.veilid-core]
version = "0.4.7"

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

[lints.clippy]
comparison_chain = "allow"
large_futures = "deny"
large_stack_arrays = "deny"
large_stack_frames = "deny"
large_types_passed_by_value = "deny"
must_use_candidate = "deny"
needless_range_loop = "allow"
ptr_cast_constness = "deny"
unused_async = "deny"
upper_case_acronyms = "allow"

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

[lints.rust]
unused_must_use = "deny"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tokio_unstable)"]
level = "warn"
priority = 0

[package]
authors = ["Veilid Team <contact@veilid.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library that provides the ability to control a Veilid node remotely"
documentation = "https://docs.rs/veilid-remote-api"
edition = "2021"
homepage = "https://veilid.gitlab.io/developer-book/"
license = "MPL-2.0"
name = "veilid-remote-api"
readme = "README.md"
repository = "https://gitlab.com/veilid/veilid"
rust-version = "1.86.0"
version = "0.4.7"