mobius 0.1.0

A fast Rust implementation of the Mobius function
Documentation
# 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]
name = "mobius"
version = "0.1.0"
authors = ["Bernardo Meurer <meurerbernardo@gmail.com>"]
description = "A fast Rust implementation of the Mobius function"
readme = "./README.md"
keywords = ["prime", "mobius", "moebius", "function", "math"]
categories = ["algorithms", "science"]
license = "BSD-3-Clause"
repository = "https://github.com/bemeurer/mobius"
[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
overflow-checks = false

[profile.dev]
opt-level = 1
lto = false
codegen-units = 16
debug = true
rpath = false
panic = "unwind"
overflow-checks = false
incremental = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = false
[dependencies.num]
version = "0.2.0"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "bemeurer/mobius"