# 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" rust-version = "1.65" name = "matrix-pickle-derive" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive support for matrix-pickle" readme = "README.md" license = "MIT" repository = "https://github.com/matrix-org/matrix-pickle" [lib] name = "matrix_pickle_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro-crate] version = "3.2.0" default-features = false [dependencies.proc-macro-error2] version = "2.0.1" default-features = false [dependencies.proc-macro2] version = "1.0.86" default-features = false [dependencies.quote] version = "1.0.37" default-features = false [dependencies.syn] version = "2.0.77" features = [ "derive", "parsing", "printing", "proc-macro", ] default-features = false