# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tan_convert" version = "0.6.0" authors = ["George Moschovitis "] description = "A CLI for converting Tan text and binary files from/to other formats" readme = "README.md" keywords = [ "tan", "convert", "json", "cli", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tanlang-org/tan_convert" [[bin]] name = "tan-convert" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tan] version = "0.6" [dependencies.tan_fmt] version = "0.6"