# 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 = "matlab-mat" version = "0.1.0" authors = ["chenjian <26922271@qq.com>"] description = "Matfile文件格式的读入和写入" readme = "README.md" keywords = [ "matlab", "mat", "file", "reader", "writer", ] license = "MIT" repository = "https://github.com/pjchen/matlab-mat.git" resolver = "2" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4" [dependencies.enum-primitive-derive] version = "0.2" [dependencies.hex] version = "0.4.3" [dependencies.libflate] version = "1.0" [dependencies.log] version = "0.4.0" [dependencies.ndarr] version = "0.15" optional = true package = "ndarray" [dependencies.nom] version = "7.1.1" [dependencies.num-complex] version = "0.4" optional = true [dependencies.num-traits] version = "0.2.15" [features] ndarray = [ "ndarr", "num-complex", ]