# 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 = "matio-rs" version = "1.3.2" authors = ["Rod Conan "] description = "Rust wrapper to MATLAB MAT file I/O library" documentation = "https://docs.rs/matio-rs" readme = "README.md" categories = [ "api-bindings", "mathematics", "science", ] license = "MIT" repository = "https://github.com/rconan/matio-rs" [package.metadata.docs.rs] all-features = true [dependencies.derive] version = "0.1.0" package = "matio-rs_derive" [dependencies.ffi] version = "0.2.3" package = "matio-rs-sys" [dependencies.nalgebra] version = "0.32.1" optional = true [dependencies.paste] version = "1.0.7" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.tempfile] version = "3.3.0"