# 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 = "grib1_reader" version = "0.2.1" exclude = [ "data/*", ".vscode/*", ] description = "A simple library capable of reading GRIB version 1 files" homepage = "https://github.com/christian-boks/grib1_reader" readme = "README.md" keywords = ["GRIB"] license = "MIT OR Apache-2.0" repository = "https://github.com/christian-boks/grib1_reader" [dependencies.bitstream-io] version = "2.2.0" [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.33.0" features = [ "macros", "fs", "test-util", "io-util", ] [features] json = ["dep:serde"]