harn-hostlib 0.7.56

Opt-in code-intelligence and deterministic-tool host builtins for the Harn VM
# 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 = "harn-hostlib"
version = "0.7.56"
build = false
include = [
    "src/**/*",
    "schemas/**/*",
    "data/**/*",
    "tests/**/*",
    "benches/**/*",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opt-in code-intelligence and deterministic-tool host builtins for the Harn VM"
homepage = "https://harnlang.com/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/burin-labs/harn"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.globset]
version = "0.4"

[dependencies.grep-matcher]
version = "0.1"

[dependencies.grep-regex]
version = "0.1"

[dependencies.grep-searcher]
version = "0.1"

[dependencies.harn-vm]
version = "0.7"

[dependencies.hex]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.notify]
version = "8"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
    "fs",
    "process",
    "time",
]

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

[dependencies.tree-sitter-bash]
version = "0.25"

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

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

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

[dependencies.tree-sitter-elixir]
version = "0.3"

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

[dependencies.tree-sitter-haskell]
version = "0.23"

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

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

[dependencies.tree-sitter-kotlin-ng]
version = "1.1"

[dependencies.tree-sitter-lua]
version = "0.5"

[dependencies.tree-sitter-php]
version = "0.24"

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

[dependencies.tree-sitter-r]
version = "1.2"

[dependencies.tree-sitter-ruby]
version = "0.23"

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

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

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

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

[dependencies.tree-sitter-zig]
version = "1.1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.harn-lexer]
version = "0.7"

[dev-dependencies.harn-parser]
version = "0.7"

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

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