busbar-sf-agentscript 0.0.1

AgentScript parser, graph analysis, and LSP for Salesforce Agentforce
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.88"
name = "busbar-sf-agentscript"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AgentScript parser, graph analysis, and LSP for Salesforce Agentforce"
readme = "README.md"
keywords = [
    "salesforce",
    "agentscript",
    "agentforce",
    "parser",
    "graph",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/composable-delivery/busbar-sf-agentscript"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
default = []
graph = [
    "dep:petgraph",
    "dep:ascii-dag",
]
wasm = [
    "dep:wasm-bindgen",
    "dep:serde-wasm-bindgen",
    "dep:console_error_panic_hook",
]

[lib]
name = "busbar_sf_agentscript"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "debug_tokens"
path = "src/bin/debug_tokens.rs"

[[bin]]
name = "parse_to_json"
path = "src/bin/parse_to_json.rs"

[[test]]
name = "integration"
path = "tests/integration_test.rs"

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

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

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

[dependencies.ariadne]
version = "0.4"

[dependencies.ascii-dag]
version = "0.2"
optional = true

[dependencies.chumsky]
version = "0.12.0"
features = ["pratt"]

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.petgraph]
version = "0.6"
optional = true

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

[dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.glob]
version = "0.3"

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

[profile.release]
lto = true
codegen-units = 1