[package] name = "tan_convert" description = "A CLI for converting Tan text and binary files from/to other formats" version = "0.6.0" license = "MIT OR Apache-2.0" repository = "https://github.com/tanlang-org/tan_convert" keywords = ["tan", "convert", "json", "cli"] authors = ["George Moschovitis "] edition = "2021" [dependencies] anyhow = "1" clap = "4" serde = { version = "1", features = ["derive"] } serde_json = "1" tan = { path = "../tan", version = "0.6" } tan_fmt = { path = "../tan_fmt", version = "0.6" } [[bin]] name = "tan-convert" path = "src/main.rs"