# 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 = "2018" name = "abstalg" version = "0.2.0" authors = ["Miklos Maroti "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstract algebraic structures for Rust" readme = "README.md" keywords = [ "algebra", "ring", "field", "group", "lattice", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/mmaroti/abstalg-rs/" [lib] name = "abstalg" path = "src/lib.rs" [dependencies.num] version = "0.3" [features] float_fallback = []