# 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 = "mini_paste" version = "0.1.11" authors = ["Daniel Henry-Mantilla "] description = "Fast-to-compile equivalent to `::paste`" homepage = "https://crates.io/crates/mini_paste" documentation = "https://docs.rs/mini_paste" readme = "README.md" license = "Zlib" repository = "https://github.com/danielhenrymantilla/mini_paste" [package.metadata.docs.rs] all-features = true [dependencies.proc_macro] version = "0.1.11" package = "mini_paste-proc_macro" [features] nightly = []