# 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 = "bens_number_theory" version = "0.6.0" authors = ["Ben10164"] description = "A sample Rust project for number theory stuff (I'm using this to learn Rust)" readme = "README.md" keywords = [ "testing", "beginner", "number-theory", ] license = "Apache-2.0" repository = "https://github.com/Ben10164/bens_number_theory" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./src/docs-header.html", "--document-private-items", ] [dependencies.num] version = "0.4.2"