thue_morse 0.1.1

A library for generating Thue-Morse number sequences for different bases. You can also specifically create evil numbers and odious numbers.
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 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 = "2024"
name = "thue_morse"
version = "0.1.1"
authors = ["Austin Heller"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for generating Thue-Morse number sequences for different bases. You can also specifically create evil numbers and odious numbers."
readme = "README.md"
keywords = [
    "math",
    "binary",
    "iterator",
    "evil-numbers",
    "pattern",
]
categories = [
    "algorithms",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AustinHellerRepo/thue_morse"

[lib]
name = "thue_morse"
path = "src/lib.rs"

[dependencies]