[package]
edition = "2024"
rust-version = "1.88.0"
name = "destack"
version = "0.55.3"
authors = ["Symbol Industries"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for Destack"
homepage = "https://github.com/destack-sh/destack"
documentation = "https://docs.rs/destack"
readme = "README.md"
keywords = [
"destack",
"typescript",
"compiler",
"runtime",
]
categories = [
"compilers",
"development-tools",
]
license = "MIT"
repository = "https://github.com/destack-sh/destack"
resolver = "2"
[lib]
name = "destack"
path = "src/lib.rs"
doctest = false
[dependencies.destack_bridge_core]
version = "=0.55.3"
[lints.clippy]
perf = "warn"
uninlined_format_args = "warn"
[lints.clippy.collapsible_match]
level = "allow"
priority = 1
[lints.clippy.expect_used]
level = "allow"
priority = 1
[lints.clippy.manual_range_contains]
level = "allow"
priority = 1
[lints.clippy.module_inception]
level = "allow"
priority = 1
[lints.rust]
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"
[lints.rust.ambiguous_glob_reexports]
level = "forbid"
priority = 1
[lints.rustdoc]
broken_intra_doc_links = "warn"