dictator-typescript 0.16.5

TypeScript/JavaScript decree for Dictator structural linter
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 = "2024"
rust-version = "1.93"
name = "dictator-typescript"
version = "0.16.5"
authors = ["Abdelkader Boudih <oss@seuros.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript/JavaScript decree for Dictator structural linter"
documentation = "https://docs.rs/dictator-typescript"
readme = false
license = "MIT"
resolver = "2"

[lib]
name = "dictator_typescript"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

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

[dependencies.dictator-core]
version = "0.16.5"

[dependencies.dictator-decree-abi]
version = "0.16.5"

[dependencies.dictator-supreme]
version = "0.16.5"

[dependencies.memchr]
version = "2"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"
unused_must_use = "warn"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1