token_address_extractor 0.1.0

Library for extracting blockchain addresses from text.
Documentation
[dependencies.regex]
version = "1.11.1"

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

[package]
authors = ["mail@diloytte.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "text-processing", "cryptography::cryptocurrencies"]
description = "Library for extracting blockchain addresses from text."
edition = "2024"
homepage = "https://github.com/diloytte/AddrXtractor"
keywords = ["crypto", "address", "extract", "token", "blockchain"]
license = "MIT"
name = "token_address_extractor"
readme = "README.md"
repository = "https://github.com/diloytte/AddrXtractor"
version = "0.1.0"