[package] name = "griblib_rust" version = "0.1.1" edition = "2021" description = "A collection of utilities to convert GRIB2 data file" license = "MIT OR Apache-2.0" [profile.dev] opt-level=0 [profile.release] opt-level=3 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] encoding = "0.2.33" lazy_static = "1.4.0" libc = "0.2.139" libloader = "0.1.4" libloading = "0.7.4" regex = "1.7.1"