emval 0.1.13

emval is a blazingly fast email validator
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 = "emval"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "emval is a blazingly fast email validator"
homepage = "https://github.com/bnkc/emval"
readme = "README.md"
keywords = [
    "email",
    "validation",
]
categories = ["email"]
license = "MIT"
repository = "https://github.com/bnkc/emval"

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

[dependencies.icu_normalizer]
version = "2.0.0"

[dependencies.idna]
version = "1.0.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.polars]
version = "0.49.1"
features = ["dtype-struct"]
default-features = false

[dependencies.polars-arrow]
version = "0.49.1"
default-features = false

[dependencies.pyo3]
version = "=0.25.1"
features = [
    "extension-module",
    "abi3-py38",
]

[dependencies.pyo3-polars]
version = "0.22"
features = [
    "derive",
    "dtype-struct",
]

[dependencies.regex]
version = "1.10.5"

[dependencies.rstest]
version = "0.21.0"

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

[dependencies.tokio]
version = "1.21"
features = [
    "rt",
    "rt-multi-thread",
]
default-features = false

[dependencies.trust-dns-resolver]
version = "0.23.2"

[dependencies.unicode-properties]
version = "0.1.1"

[dependencies.unicode_names2]
version = "1.2.2"

[profile.release]
lto = true