typomania 0.1.2

A toolbox to check for typosquatting in package registries
Documentation
[dependencies.bitflip]
version = "0.1.0"

[dependencies.itertools]
version = "0.11.0"

[dependencies.rayon]
optional = true
version = "1.7.0"

[dependencies.thiserror]
version = "1.0.47"

[dependencies.tracing]
version = "0.1.37"

[dev-dependencies.clap]
features = ["derive"]
version = "4.4.5"

[[example]]
name = "registry"
path = "examples/registry.rs"
required-features = ["rayon"]

[features]
default = ["rayon"]
rayon = ["dep:rayon"]

[package]
description = " A toolbox to check for typosquatting in package registries"
edition = "2021"
keywords = ["typosquatting", "typosquat", "typogard"]
license = "MIT OR Apache-2.0"
name = "typomania"
readme = "README.md"
repository = "https://github.com/rustfoundation/typomania"
rust-version = "1.56.1"
version = "0.1.2"