[package] name = "iont" version = "0.2.3" authors = ["Jose Salazar "] edition = "2018" license = "MIT" documentation = "https://docs.rs/iont/" repository = "https://github.com/znx3p0/iont" description = """ IONt | ion transpiler this program can transpile directories of ion files to a single json file, transpile single ion files to single json files, and transpile directories of ion files to another directory with json files """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ions = "0.1" clap = "2.33" anyhow = "1.0"