# 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 = "mni2mz3" version = "1.0.0" authors = ["Jennings Zhang "] description = "Brain imaging surface mesh file format converter" readme = "README.md" keywords = [ "surface", "mesh", "MNI", "obj", "mz3", ] categories = [ "science::neuroscience", "science", "graphics", "command-line-utilities", ] license = "MIT" repository = "https://github.com/FNNDSC/mni2mz3" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = "fat" codegen-units = 1 strip = "symbols" [profile.test] opt-level = 2 [dependencies.flate2] version = "1.0.28" [dependencies.fs-err] version = "2.9.0" [dependencies.main_error] version = "0.1.2" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.tempfile] version = "3.8.1"