# 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 = "nwbview" version = "0.2.4" authors = ["Anıl Tuncel "] include = [ "Cargo.lock", "Cargo.toml", "LICENSE", "src/**/*", "static/icon.png", ] description = "Neurodata Without Borders viewer" readme = "README.md" keywords = [ "neuroscience", "viewer", "visualization", "NWB", ] categories = [ "science", "visualization", "science::neuroscience", ] license = "Apache-2.0" repository = "https://github.com/brainhack-ch/nwbview" [[bin]] name = "nwbview" path = "src/main.rs" [dependencies.eframe] version = "0.21.0" [dependencies.egui_extras] version = "0.21.0" [dependencies.hdf5] version = "0.8.1" [dependencies.image] version = "0.24.5" [dependencies.rfd] version = "0.11" [dependencies.serde] version = "1"