# 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 = "preserves-schema-macros" version = "0.995.0" authors = ["Tony Garnock-Jones "] description = "Implementation of Preserves Schema code generation macros for Rust." homepage = "https://preserves.dev/" license = "Apache-2.0" repository = "https://gitlab.com/preserves/preserves-rs" [package.metadata.workspaces] independent = true [lib] proc-macro = true [dependencies.preserves] version = "4.994.0" [dependencies.preserves-schema] version = "5.994.0" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "parsing", "extra-traits", "full", ]