# 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 = "2018" name = "bufr-dump" version = "0.1.1" authors = [ "Guilherme Castelão ", "Luiz Irber ", ] description = "Parse and show the content of a BUFR dataset. It is meant for human inspection (such as ncdump is for NetCDF)." documentation = "https://docs.rs/bufr" license = "MIT OR Apache-2.0" repository = "https://github.com/castelao/BUFR/tree/master/bufr-dump" [dependencies.anyhow] version = "1.0.38" [dependencies.bufr] version = "0.1.1" [dependencies.structopt] version = "0.3.21"