fluidattacks-blends 0.6.1

Blends imperative shell: parsing, AST-graph construction, serialization
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"
name = "fluidattacks-blends"
version = "0.6.1"
authors = ["Fluid Attacks Development Team <development@fluidattacks.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blends imperative shell: parsing, AST-graph construction, serialization"
readme = "README.md"
keywords = [
    "security",
    "ast",
    "parsing",
    "tree-sitter",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MPL-2.0"
repository = "https://gitlab.com/fluidattacks/universe"

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

[dependencies.blends-domain]
version = "0.6.1"
package = "fluidattacks-blends-domain"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tree-sitter]
version = "0.26.9"

[dependencies.tree-sitter-c-sharp]
version = "=0.23.5"

[dependencies.tree-sitter-elixir]
version = "=0.3.5"

[dependencies.tree-sitter-go]
version = "=0.23.4"

[dependencies.tree-sitter-hcl]
version = "=1.1.0"

[dependencies.tree-sitter-java]
version = "=0.23.5"

[dependencies.tree-sitter-javascript]
version = "=0.23.1"

[dependencies.tree-sitter-json]
version = "=0.24.8"

[dependencies.tree-sitter-kotlin-ng]
version = "=1.1.0"

[dependencies.tree-sitter-php]
version = "=0.23.11"

[dependencies.tree-sitter-python]
version = "=0.23.6"

[dependencies.tree-sitter-ruby]
version = "=0.23.1"

[dependencies.tree-sitter-rust]
version = "=0.23.2"

[dependencies.tree-sitter-scala]
version = "=0.23.4"

[dependencies.tree-sitter-swift]
version = "=0.7.2"

[dependencies.tree-sitter-typescript]
version = "=0.23.2"

[dependencies.tree-sitter-yaml]
version = "=0.7.2"

[dev-dependencies.proc-macro2]
version = "=1.0.106"

[dev-dependencies.quote]
version = "=1.0.46"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.test-case]
version = "3.3.1"

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
dbg_macro = "deny"
disallowed_types = "deny"
expect_used = "deny"
implicit_clone = "deny"
indexing_slicing = "deny"
inefficient_to_string = "deny"
manual_let_else = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
option_if_let_else = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
shadow_unrelated = "deny"
str_to_string = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"
wildcard_imports = "deny"

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

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

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

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

[lints.rust]
unsafe_code = "deny"
warnings = "deny"