# 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 = "nyar_prime" version = "0.1.0" authors = ["Aster "] exclude = ["/tests/*", "/.idea/*"] description = "Prime lib for Nyar" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/nyar-lang/nyar-prime" [profile.release] opt-level = "z" lto = true [lib] name = "prime" crate-type = ["dylib", "rlib"] path = "src/lib.rs" [[bench]] name = "main" harness = false [dependencies.num] version = "0.2" [dependencies.primal] version = "0.2.3" [dependencies.rand] version = "0.7.0" [dev-dependencies.criterion] version = "0.2"