# 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 = "naluacq" version = "0.4.5" authors = ["Mitchell Matsumori-Kelly "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for opening Nalu Scientific data files" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/rust-lang/cargo/" [lib] name = "naluacq" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.csv] version = "1.2.2" [dependencies.flate2] version = "1.0.26" [dependencies.memmap2] version = "0.7.1" [dependencies.ndarray] version = "0.15.6" [dependencies.page_size] version = "0.5.0" [dependencies.pyo3] version = "0.18.1" features = ["extension-module"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde-pickle] version = "1.1.1" [dependencies.serde_yaml] version = "0.9.22" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = [ "fs", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.zerocopy] version = "0.6.1"