# 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 = "nc_explorer" version = "0.3.0" exclude = [ "builder", ".gitlab-ci.yml", "wd.nc", ] description = "Desktop app for viewing georeferenced netcdf files" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/samoylovfp/ncexplorer" [profile.dev.package."*"] opt-level = 3 [profile.release] lto = "fat" debug = 1 strip = true [dependencies.anyhow] version = "1.0.53" features = ["backtrace"] [dependencies.eframe] version = "0.18.0" [dependencies.itertools] version = "0.10.3" [dependencies.netcdf] version = "0.8.0" features = ["static"] [dependencies.ordered-float] version = "3.0.0" [dependencies.poll-promise] version = "0.1.0" [dependencies.rayon] version = "1.5.1" [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.9" features = ["env-filter"]