# 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 = "divisors_fixed" version = "0.4.0" authors = ["jh05013 "] description = "A fixed & enhanced version of the divisors crate" documentation = "https://docs.rs/divisors_fixed/" readme = "README.md" categories = [ "mathematics", "algorithms", ] license = "MIT" repository = "https://github.com/jh05013/divisors" [lib] name = "divisors_fixed" crate-type = ["rlib"] [[bench]] name = "big_numbers" harness = false [dependencies] [dev-dependencies.criterion] version = "0.2"