# 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] name = "syn-expand-use" version = "0.2.0" authors = ["Clar Charr "] description = "ExpandedUseTree, an extension to syn::UseTree" homepage = "https://git.charr.xyz/unstable/syn-expand-use" documentation = "https://docs.rs/syn-expand-use" readme = "README.md" keywords = ["expand", "syntax"] categories = ["development-tools"] license = "CC0-1.0" repository = "https://git.charr.xyz/unstable/syn-expand-use" [package.metadata.docs.rs] all-features = true [dependencies.quote] version = "0.5.1" optional = true default-features = false [dependencies.syn] version = "0.13.1" features = ["full"] default-features = false [dev-dependencies.quote] version = "0.5.1" [dev-dependencies.syn] version = "0.13.1" features = ["full", "extra-traits"] [features] clone-impls = ["syn/clone-impls"] default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"] derive = ["syn/derive"] extra-traits = ["syn/extra-traits"] fold = ["syn/fold"] parsing = ["syn/parsing"] printing = ["syn/printing", "quote"] proc-macro = ["syn/proc-macro", "quote/proc-macro"] visit = ["syn/visit"] visit-mut = ["syn/visit-mut"] [badges.maintenance] status = "actively-developed"