veilid-remote-api 0.5.3

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

[features]
default = ["rt-tokio"]
default-async-std = ["rt-async-std"]
rt-async-std = ["veilid-core/default-async-std"]
rt-tokio = ["veilid-core/default-tokio"]

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

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.schemars]
version = "1.0.3"

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

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.veilid-core]
version = "0.5.3"
default-features = false

[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"
mutable_key_type = "allow"
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]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]