ryo-analysis 0.1.0

Code graph and discovery engine for the RYO project
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-analysis"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code graph and discovery engine for the RYO project"
homepage = "https://github.com/ynishi/ryo-rs"
readme = "README.md"
keywords = [
    "ast",
    "codebase",
    "analysis",
    "graph",
    "rust",
]
categories = [
    "development-tools",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/ryo-rs"

[features]
default = []
literal-search = ["dep:tantivy"]
schemars = [
    "dep:schemars",
    "ryo-source/schemars",
]
testing = ["ryo-symbol/test-utils"]
workspace = ["dep:ryo-metadata"]

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

[dependencies.compact_str]
version = "0.8"
features = ["serde"]

[dependencies.glob]
version = "0.3"

[dependencies.im]
version = "15"

[dependencies.petgraph]
version = "0.6"
features = ["serde-1"]

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

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

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

[dependencies.ryo-symbol]
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.slotmap]
version = "1"
features = ["serde"]

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

[dependencies.tantivy]
version = "0.26"
optional = true

[dependencies.thiserror]
version = "1.0"

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

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

[dev-dependencies.serde_json]
version = "1.0"

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