scute-core 0.0.8

Core check engine for Scute fitness checks
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"
name = "scute-core"
version = "0.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core check engine for Scute fitness checks"
readme = false
license = "Apache-2.0"
repository = "https://github.com/scute-sh/scute"
resolver = "2"

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

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

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

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4.25"

[dependencies.libsais]
version = "0.2"
default-features = false

[dependencies.minreq]
version = "2"
features = ["https"]

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

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

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

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

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

[dev-dependencies.googletest]
version = "0.14.2"

[dev-dependencies.insta]
version = "1"

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

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

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

[lints.rust]
unsafe_code = "forbid"