# 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" version = "0.1.1" authors = [ "Luiz Irber ", "Guilherme Castelão ", ] description = "BUFR is binary data format defined by WMO focused on real-time data." documentation = "https://docs.rs/bufr" license = "MIT OR Apache-2.0" repository = "https://github.com/castelao/BUFR" [dependencies.bitreader] version = "0.3" [dependencies.byteorder] version = "1.4.3" [dependencies.csv] version = "1.1" [dependencies.getset] version = "0.1.1" [dependencies.once_cell] version = "1.8.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.thiserror] version = "1.0"