ext-trait 2.0.2

[deprecated/renamed] Use `::extension-traits` instead
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 = "2018"
name = "ext-trait"
version = "2.0.2"
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "[deprecated/renamed] Use `::extension-traits` instead"
documentation = "https://docs.rs/ext-trait"
readme = "README.md"
keywords = [
    "extension",
    "trait",
    "custom",
    "method",
    "impl",
]
license = "Zlib OR MIT OR Apache-2.0"
repository = "https://github.com/danielhenrymantilla/ext-trait.rs"

[package.metadata.docs.rs]
all-features = true

[dependencies.ext-trait-proc_macros]
version = "2.0.2"

[dev-dependencies.async-trait]
version = "0.1.81"

[features]
better-docs = []
ui-tests = ["better-docs"]