scjson 0.3.2

SCXML to JSON converter, part of the multi-language scjson ecosystem
Documentation
[[bin]]
name = "scjson_rust"
path = "src/main.rs"

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

[dependencies.glob]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.xmltree]
version = "0.11"

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

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

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

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

[package]
authors = ["Ira Abbott ira@softobotos.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "data-structures", "command-line-utilities"]
description = "SCXML to JSON converter, part of the multi-language scjson ecosystem"
edition = "2024"
homepage = "https://github.com/softoboros/scjson"
keywords = ["scxml", "json", "converter", "cli", "xml"]
license = "BSD-1-Clause"
name = "scjson"
readme = "README.md"
repository = "https://github.com/softoboros/scjson"
version = "0.3.2"

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

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