[package]
edition = "2024"
rust-version = "1.85"
name = "iotas"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Iota Syntaxis 1.0 RC5 parser — the Unicode variant of Jot Syntax (https://iotasyntaxis.org)"
homepage = "https://iotasyntaxis.org"
documentation = "https://docs.rs/iotas"
readme = "README.md"
keywords = [
"iota",
"iotas",
"jot",
"syntax",
"parser",
]
categories = [
"parser-implementations",
"command-line-utilities",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/jot-syntax/jots-rs"
[lib]
name = "iotas"
path = "src/lib.rs"
[[bin]]
name = "iotas"
path = "src/main.rs"
[dependencies.jots]
version = "0.1.1"
[dependencies.serde_json]
version = "1"
features = ["preserve_order"]