pair_macro 0.1.5

Create types consisting of the same type values such that Pair, Triplet, and so on.
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 = "2021"
name = "pair_macro"
version = "0.1.5"
authors = ["Amelia10007 <nat.horn.mk0426@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create types consisting of the same type values such that Pair, Triplet, and so on."
readme = "README.md"
keywords = [
    "no-std",
    "data-structures",
    "tuple",
    "pair",
    "macro",
]
categories = [
    "no-std",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Amelia10007/pair_macro"

[lib]
name = "pair_macro"
path = "src/lib.rs"

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

[dependencies.num-traits]
version = "0.2"
features = ["libm"]
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

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

[features]
default = []

[badges.travis-ci]
branch = "master"
repository = "Amelia10007/pair_macro"