# 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 = "named_tuple" version = "0.1.3" authors = ["Flier Lu "] description = "A macro for declaring a `struct` that manages a set of fields in a `tuple`." documentation = "https://docs.rs/named_tuple" readme = "README.md" keywords = ["tuple"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://www.github.com/flier/named-tuple.rs" [lib] proc-macro = true [dependencies.proc-macro2] version = "0.4" [dependencies.quote] version = "0.6" [dependencies.rustfmt-nightly] version = "1.0" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.syn] version = "0.15" features = ["fold"] [dependencies.term] version = "0.5" optional = true [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = [] dump = ["rustfmt-nightly", "term"] [badges.travis-ci] repository = "flier/named-tuple.rs"