trait-set 0.4.0

Support for trait alias feature on stable Rust.
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"
rust-version = "1.76"
name = "trait-set"
version = "0.4.0"
authors = ["Igor Aleksanov <popzxc@yandex.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for trait alias feature on stable Rust."
documentation = "https://docs.rs/trait-set"
readme = "README.md"
keywords = [
    "trait",
    "alias",
    "helpers",
    "utils",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/popzxc/trait-set"

[lib]
name = "trait_set"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[dev-dependencies.trybuild]
version = "1.0"