# 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 = "include_uri" version = "0.1.1" authors = ["Marco Napetti"] description = "Proc-macro to include URI as literals at build time" documentation = "https://docs.rs/include_uri" readme = "README.md" keywords = [ "proc-macro", "include", ] categories = ["development-tools::procedural-macro-helpers"] license = "WTFPL" repository = "https://github.com/nappa85/include_uri" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.69" default-features = false [dependencies.quote] version = "1.0.33" default-features = false [dependencies.reqwest] version = "0.11.22" features = ["blocking"] default-features = false [dependencies.syn] version = "2.0.38" features = [ "parsing", "proc-macro", ] default-features = false [features] default = ["rustls-tls-webpki-roots"] native-tls-alpn = ["reqwest/native-tls-alpn"] native-tls-vendored = ["reqwest/native-tls-vendored"] rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]