# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "matrixcompare" version = "0.3.0" authors = ["Andreas Longva"] description = "Tools for convenient comparison of matrices" readme = "README.md" keywords = ["matrix", "comparison", "linear", "algebra", "assertions"] license = "MIT" repository = "https://github.com/Andlon/matrixcompare" [package.metadata.docs.rs] features = ["proptest-support"] [[example]] name = "proptest" required-features = ["proptest-support"] [dependencies.matrixcompare-core] version = "0.1" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.proptest] version = "1.0" optional = true [dev-dependencies.matrixcompare-mock] version = "0.1" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.proptest] version = "0.10" [dev-dependencies.quickcheck] version = "0.9" [features] proptest-support = ["proptest"]