scyros 0.2.3

A framework to design sound, reproducible and scalable mining repositories studies on GitHub.
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.94"
name = "scyros"
version = "0.2.3"
authors = ["Andrea Gilot <andrea.gilot@it.uu.se>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "rust-toolchain.toml",
    "README.md",
    "LICENSE",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework to design sound, reproducible and scalable mining repositories studies on GitHub."
readme = "README.md"
keywords = [
    "data-mining",
    "github",
    "code-analysis",
    "repository-mining",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/fxpl/scyros"

[package.metadata.wix]
upgrade-guid = "D9D65031-82A9-4A47-BDE1-806672CB3E9E"
path-guid = "4EC8E0BD-6C25-4C76-A73A-EF5B970E5830"
license = false
eula = false

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

[[bin]]
name = "scyros"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.blake3]
version = "1.8.2"

[dependencies.byteorder]
version = "1.3.4"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clang]
version = "2.0.0"
features = ["runtime"]
default-features = false

[dependencies.clap]
version = "4.5.32"
features = [
    "derive",
    "wrap_help",
]

[dependencies.crossbeam]
version = "0.7"

[dependencies.crossbeam-channel]
version = "0.5.0"

[dependencies.csv]
version = "1.1"

[dependencies.curl]
version = "0.4"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.json]
version = "0.12"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-traits]
version = "0.2"

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.petgraph]
version = "0.8.2"

[dependencies.polars]
version = "0.46.0"
features = [
    "lazy",
    "csv",
    "strings",
    "is_in",
]

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.5.4"

[dependencies.reqwest]
version = "0.12"
features = ["blocking"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"

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

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

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

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

[dependencies.tree-sitter-fortran]
version = "0.5.0"

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

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

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

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

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

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "6.0.0"

[dependencies.zip-extensions]
version = "0.13.0"

[dev-dependencies.cargo-husky]
version = "1.5.0"
features = [
    "precommit-hook",
    "run-cargo-check",
    "run-cargo-fmt",
    "run-cargo-clippy",
]
default-features = false

[build-dependencies.cc]
version = "1.2.52"

[lints.clippy]
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
debug = 2