# 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 = "hdf5-previewer" version = "0.0.3" authors = ["Lucas Parzianello"] build = false exclude = ["samples/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line previewer for HDF5 files (WIP)" readme = "README.md" license = "MIT" repository = "https://github.com/lucaspar/hdf5-previewer" [[bin]] name = "hdf5-previewer" path = "src/main.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.glob] version = "0.3.1" [dependencies.hdf5-metno] version = "0.9.2" [dependencies.log] version = "0.4.22" [dependencies.ndarray] version = "0.16.1" [dev-dependencies.color-backtrace] version = "0.6.1" [dev-dependencies.ctor] version = "0.2.8"