synonym 0.1.7

Customizable derive macro to create newtypes. It peeks into the underlying type to choose which traits should be implemented.
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 = "synonym"
version = "0.1.7"
authors = ["Marcin Sas-Szymanski <sasik520@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Customizable derive macro to create newtypes. It peeks into the underlying type to choose which traits should be implemented."
homepage = "https://github.com/synek317/synonym"
documentation = "https://docs.rs/synonym"
readme = "README.md"
keywords = [
    "newtype",
    "newtypes",
    "synonym",
    "alias",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license-file = "LICENSE"
repository = "https://github.com/synek317/synonym"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "synek317/synonym"

[features]
with_serde = []

[lib]
name = "synonym"
path = "src/lib.rs"
doctest = false
proc-macro = true

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

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

[dependencies.darling]
version = "0.20.3"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
default-features = false

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

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

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