# 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 = "un_algebra" version = "0.9.0" authors = ["Stuart Hungerford stuart.hungerford@gmail.com"] exclude = [".git", "pending", "Makefile", ".DS_Store", ".gitignore", ".projectile", ".gitlab-ci.yml", "proptest_regressions"] description = " Simple implementations of selected abstract algebraic structures--including groups, rings, and fields. Intended for self-study of abstract algebra concepts and not for production use." readme = "README.md" keywords = ["numerics", "mathematics", "abstract-algebra"] categories = ["mathematics", "abstract algebra"] license = "MIT" repository = "https://gitlab.com/ornamentist/un-algebra" [dependencies.num] version = "^0.2.*" [dependencies.proptest] version = "^0.9.*" [dependencies.proptest-derive] version = "^0.1.*"