[package]
name = "ion-cli"
version = "0.1.0"
authors = ["The Ion Team <ion-team@amazon.com>"]
edition = "2018"
description = "Command line tool for working with the Ion data format."
repository = "https://github.com/amzn/ion-cli"
license = "Apache-2.0"
categories = ["command-line-utilities", "development-tools", "encoding", "parsing"]
keywords = ["format", "parse", "encode"]
[dependencies]
anyhow = "1.0"
clap = "~2.27.0"
colored = "2.0.0"
ion-rs = "0.3.0"
libc = "0.2"
memmap = "0.7.0"
tempfile = "3.2.0"
[build-dependencies]
cmake = "0.1.44"
[[bin]]
name = "ion"
test = false
bench = false