# 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 = "commuter" version = "0.1.8" authors = ["Max Snijders"] description = "Provides tooling to test diagrams for commutativity, allowing automated tests on algebraic systems." readme = "README.md" keywords = [ "commutative", "diagrams", "algebra", "proofs", "testing", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/maxsnijders/commuter" resolver = "2" [dependencies.dyn-clonable] version = "0.9.0" [dependencies.dyn-clone] version = "1.0.10" [dependencies.itertools] version = "0.10.5"