herolib-code 0.3.13

Code analysis and parsing utilities for Rust source 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 = "2024"
rust-version = "1.92.0"
name = "herolib-code"
version = "0.3.13"
authors = ["PlanetFirst <info@incubaid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code analysis and parsing utilities for Rust source files"
readme = "README.md"
keywords = [
    "rust",
    "parser",
    "code-analysis",
    "ast",
]
categories = [
    "development-tools",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/threefoldtech/sal"
resolver = "2"

[features]
default = []
rhai = ["dep:rhai"]

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.dirs]
version = "5.0"

[dependencies.herolib-ai]
version = "0.3"

[dependencies.herolib-core]
version = "0.3"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.rhai]
version = "1.23.6"
optional = true

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5"

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