1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "mls-rs-codec-derive" 15version = "0.2.0" 16build = false 17autolib = false 18autobins = false 19autoexamples = false 20autotests = false 21autobenches = false 22description = "Derive macro crate for mls-rs-codec" 23homepage = "https://github.com/awslabs/mls-rs" 24readme = false 25keywords = [ 26 "mls", 27 "mls-rs", 28] 29license = "Apache-2.0 OR MIT" 30repository = "https://github.com/awslabs/mls-rs" 31 32[lib] 33name = "mls_rs_codec_derive" 34path = "src/lib.rs" 35proc-macro = true 36 37[dependencies.darling] 38version = "0.20.3" 39 40[dependencies.proc-macro2] 41version = "1.0.54" 42 43[dependencies.quote] 44version = "1.0.26" 45 46[dependencies.syn] 47version = "2" 48