ryo-executor 0.1.0

[experimental] Mutation execution engine for RYO - parallel execution, conflict detection, workspace management
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 = "ryo-executor"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[experimental] Mutation execution engine for RYO - parallel execution, conflict detection, workspace management"
homepage = "https://github.com/ynishi/ryo-rs"
readme = "README.md"
keywords = [
    "executor",
    "mutation",
    "parallel",
    "ast",
    "codemod",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/ryo-rs"

[features]
default = []

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

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

[[bench]]
name = "registry_generator"
path = "benches/registry_generator.rs"
harness = false

[[bench]]
name = "workspace_parallel"
path = "benches/workspace_parallel.rs"
harness = false

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

[dependencies.im]
version = "15"

[dependencies.petgraph]
version = "0.6"

[dependencies.rayon]
version = "1.10"

[dependencies.ryo-analysis]
version = "0.1.0"

[dependencies.ryo-mutations]
version = "0.1.0"
features = ["parallel"]

[dependencies.ryo-source]
version = "0.1.0"

[dependencies.ryo-symbol]
version = "0.1.0"

[dependencies.ryo-verification]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
]

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.ryo-analysis]
version = "0.1.0"
features = ["testing"]

[dev-dependencies.ryo-test]
version = "0.1.0"

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