sview 0.1.3

Agent-friendly structure views of source and document files
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.85"
name = "sview"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-friendly structure views of source and document files"
homepage = "https://github.com/holon-run/sview"
documentation = "https://docs.rs/sview"
readme = "README.md"
keywords = [
    "agent",
    "cli",
    "outline",
    "tree-sitter",
    "structure",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/holon-run/sview"

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

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

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

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
version = "4.5.26"
features = ["derive"]

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

[dependencies.serde_json]
version = "1.0.135"

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

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

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

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

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

[dependencies.tree-sitter-kotlin-sg]
version = "0.4.1"

[dependencies.tree-sitter-objc]
version = "3.0.2"

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

[dependencies.tree-sitter-swift]
version = "0.7.3"

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

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.predicates]
version = "3.1.3"

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