49 lines
1.2 KiB
TOML
49 lines
1.2 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 = "extend"
|
|
version = "1.2.0"
|
|
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
|
|
description = "Create extensions for types you don't own with extension traits but without the boilerplate."
|
|
homepage = "https://github.com/davidpdrsn/extend"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"extension",
|
|
"trait",
|
|
]
|
|
categories = ["rust-patterns"]
|
|
license = "MIT"
|
|
repository = "https://github.com/davidpdrsn/extend"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies.proc-macro2]
|
|
version = "1"
|
|
|
|
[dependencies.quote]
|
|
version = "1"
|
|
|
|
[dependencies.syn]
|
|
version = "2"
|
|
features = [
|
|
"full",
|
|
"extra-traits",
|
|
"visit",
|
|
]
|
|
|
|
[dev-dependencies.async-trait]
|
|
version = "0.1.40"
|
|
|
|
[dev-dependencies.trybuild]
|
|
version = "1.0.17"
|