ens-normalize 0.1.1

Rust port of adraffy's ENS normalizer
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 = "ens-normalize"
version = "0.1.1"
build = false
exclude = [
    "/target",
    "/tests/js-compat/pkg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of adraffy's ENS normalizer"
homepage = "https://github.com/TateB/ens-normalize-rs"
documentation = "https://docs.rs/ens-normalize"
readme = "README.md"
keywords = [
    "ens",
    "ethereum",
    "unicode",
    "normalization",
    "idna",
]
categories = [
    "text-processing",
    "encoding",
    "internationalization",
]
license = "MIT"
repository = "https://github.com/TateB/ens-normalize-rs"

[features]
default = []
wasm = [
    "dep:serde-wasm-bindgen",
    "dep:wasm-bindgen",
]

[lib]
name = "ens_normalize"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "upstream"
path = "tests/upstream.rs"

[[bench]]
name = "normalize"
path = "benches/normalize.rs"
harness = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.criterion]
version = "0.8"