66 lines
1.4 KiB
TOML
66 lines
1.4 KiB
TOML
# 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 = "delegate"
|
|
version = "0.13.5"
|
|
authors = [
|
|
"Godfrey Chan <godfreykfc@gmail.com>",
|
|
"Jakub Beránek <berykubik@gmail.com>",
|
|
]
|
|
build = false
|
|
include = [
|
|
"src/*.rs",
|
|
"Cargo.toml",
|
|
"README.md",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Method delegation with less boilerplate"
|
|
readme = "README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/kobzol/rust-delegate"
|
|
|
|
[lib]
|
|
name = "delegate"
|
|
path = "src/lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies.proc-macro2]
|
|
version = "1"
|
|
|
|
[dependencies.quote]
|
|
version = "1"
|
|
|
|
[dependencies.syn]
|
|
version = "2"
|
|
features = [
|
|
"full",
|
|
"visit-mut",
|
|
]
|
|
|
|
[dev-dependencies.async-trait]
|
|
version = "0.1.50"
|
|
|
|
[dev-dependencies.futures]
|
|
version = "0.3.16"
|
|
|
|
[dev-dependencies.macrotest]
|
|
version = "1.0.12"
|
|
|
|
[dev-dependencies.tokio]
|
|
version = "1.16.1"
|
|
features = ["sync"]
|