[package]
name = "scjson"
version = "0.3.2"
authors = ["Ira Abbott ira@softobotos.com"]
edition = "2024"
license = "BSD-1-Clause"
description = "SCXML to JSON converter, part of the multi-language scjson ecosystem"
readme = "README.md"
repository = "https://github.com/softoboros/scjson"
homepage = "https://github.com/softoboros/scjson"
keywords = ["scxml", "json", "converter", "cli", "xml"]
categories = ["parser-implementations", "data-structures", "command-line-utilities"]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
xmltree = "0.11"
thiserror = "1.0"
glob = "0.3"
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
tempfile = "3.9"
[[bin]]
name = "scjson_rust"
path = "src/main.rs"