[package] name = "ck2json" version = "0.1.0" authors = ["J. Zebedee "] description = "Convert CK2txt-format files to JSON" license = "MIT" repository = "https://github.com/scorpdx/ck2json" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "^2.33.0" pest = "^2.1.1" pest_derive = "^2.1.0" encoding_rs = "^0.8.17" encoding_rs_io = "^0.1.6"