ryo-app 0.1.0

[preview] Application layer for RYO - Project management, Intent handling, API
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-app"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = false
exclude = ["tests/fixtures/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[preview] Application layer for RYO - Project management, Intent handling, API"
homepage = "https://github.com/ynishi/ryo-rs"
readme = "README.md"
keywords = [
    "rust",
    "codemod",
    "ast",
    "ai-agent",
    "api",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/ryo-rs"

[features]
default = []
fuzzy-parser = ["dep:ryo-fuzzy-parser"]
literal-search = ["ryo-analysis/literal-search"]
schemars = [
    "dep:schemars",
    "ryo-source/schemars",
    "ryo-analysis/schemars",
]
wasm-plugin = []

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

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

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

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.regex]
version = "1.0"

[dependencies.rmp-serde]
version = "1.3"

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

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

[dependencies.ryo-fuzzy-parser]
version = "0.1.0"
optional = true

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

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

[dependencies.ryo-query-language]
version = "0.1.0"

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

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

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

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

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

[dependencies.schemars]
version = "1.2"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.tarpc]
version = "0.35"
features = [
    "serde-transport",
    "tokio1",
    "serde1",
]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tokio-serde]
version = "0.9"
features = ["messagepack"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dependencies.walkdir]
version = "2.4"

[dev-dependencies.rstest]
version = "0.18"

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

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