# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pair_macro" version = "0.1.4" authors = ["Amelia10007 "] 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" [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"