ens-normalize-rs 0.2.0

Ethereum Name Service (ENS) name normalization
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 = "2021"
name = "ens-normalize-rs"
version = "0.2.0"
authors = ["sevenzing <its@llev.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ethereum Name Service (ENS) name normalization"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sevenzing/ens-normalize-rs"

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

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "tokens"
path = "examples/tokens.rs"

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

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.itertools]
version = "0.13.0"

[dependencies.lazy_static]
version = "1.5.0"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.serde_plain]
version = "1.0.2"

[dependencies.serde_with]
version = "3.11.0"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.unicode-normalization]
version = "0.1.24"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rayon]
version = "1.10.0"

[dev-dependencies.rstest]
version = "0.23.0"

[profile.bench]
debug = 2