[package] name = "matgrid" version = "0.0.0" authors = ["Adriano J. Holanda "] edition = "2018" description = "Grid structure and operations" repository = "https://github.com/ajholanda/matgrid" readme = "README.md" license-file = "LICENSE" keywords = ["matrix", "grid", "lattice"] categories = ["algorithms", "data-structures", "science"] exclude = ["build/**/*.o", "doc/**/*.html"] publish = ["crates-io"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]