[package] name = "mangling" version = "0.2.4" authors = ["Darren Kulp "] edition = "2021" rust-version = "1.68.0" keywords = ["mangling", "name-mangling", "identifier"] categories = ["development-tools", "encoding"] description = "mangling generates safe, recognizable identifiers from byte streams." repository = "https://github.com/kulp/mangling" license = "MIT" readme = "README.md" [lib] crate-type = ["lib", "staticlib", "cdylib"] [badges] maintenance = { status = "experimental" } [dev-dependencies] quickcheck = "1"