# 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 = "nachricht-nq" version = "0.4.0" authors = ["Liv Fischer "] description = "Pretty printing of nachricht messages" documentation = "https://docs.rs/nachricht-nq" readme = "README.md" keywords = ["nachricht", "serialization"] categories = ["encoding"] license = "MIT" repository = "https://github.com/yasammez/nachricht" [[bin]] name = "nq" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13" [dependencies.edit] version = "0.1.3" [dependencies.nachricht] version = "0.4.0" [dependencies.nom] version = "6" [dependencies.structopt] version = "0.3"