# 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 = "2018" name = "solarsail-macros" version = "0.4.0" authors = ["Markus Ast "] description = "macros for the solarsail crate" documentation = "https://docs.rs/solarsail-macros" license = "MIT" repository = "https://github.com/rkusa/solarsail" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro-error] version = "1" default-features = false [dev-dependencies.http] version = "1.0" [dev-dependencies.trybuild] version = "1.0"