# 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 = "giflar" version = "0.0.6" authors = ["Joergen Aleksander Fagervik "] description = "Sosi -> Dat file parser" readme = "README.md" keywords = [ "sosi", "grib", "grib2", "parser", "cli", ] categories = [ "science", "command-line-utilities", "compression", "parsing-implementations", ] license = "MIT" repository = "https://github.com/Jafagervik/giflar.git" [profile.dev] opt-level = 1 [profile.release] strip = "debuginfo" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.rayon] version = "1.7.0"