# 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 = "grib2_reader" version = "0.1.2" exclude = [ "data/*", ".vscode/*", ] description = "A simple library capable of reading and parsing GRIB version 2 files" homepage = "https://github.com/christian-boks/grib2_reader" readme = "README.md" keywords = ["GRIB"] license = "MIT OR Apache-2.0" repository = "https://github.com/christian-boks/grib2_reader" [package.metadata.docs.rs] all-features = true [dependencies.bitstream-io] version = "2.2.0" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.33.0" features = [ "macros", "fs", "test-util", "io-util", ] optional = true [features] async = ["dep:tokio"]