# 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 = "2018" name = "matfile" version = "0.5.0" authors = ["Daniel Thul "] build = false exclude = [ "tests/*", "src/bin/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = 'Matfile is a library for reading and writing Matlab ".mat" data files.' readme = "README.md" keywords = [ "matlab", "mat", "file", "reader", "writer", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/dthul/matfile" [package.metadata.docs.rs] all-features = true [lib] name = "matfile" path = "src/lib.rs" [dependencies.enum-primitive-derive] version = "0.3" [dependencies.libflate] version = "2.1" [dependencies.ndarr] version = "0.16" optional = true package = "ndarray" [dependencies.nom] version = "7" [dependencies.num-complex] version = "0.4" optional = true [dependencies.num-traits] version = "0.2" [features] ndarray = [ "ndarr", "num-complex", ]