[[bin]]
name = "bril2json"
path = "src/main.rs"
[dependencies.annotate-snippets]
version = "0.11.5"
[dependencies.argh]
version = "0.1.13"
[dependencies.bril-frontend]
version = "0.2.1"
[dependencies.serde_json]
version = "1.0.138"
[dependencies.snafu]
version = "0.8.5"
[lib]
name = "bril2json"
path = "src/lib.rs"
[package]
authors = ["Ethan Uppal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Convert textual Bril to JSON"
edition = "2021"
license = "GPL-3.0"
name = "bril2json"
readme = "README.md"
version = "0.1.0"