# 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.77" name = "mpst-seq-proc" version = "0.1.14" authors = ["NicolasLagaillardie "] include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/", ] autotests = false description = "A library with macro for mpstthree" homepage = "https://github.com/NicolasLagaillardie/mpst_rust_github/tree/master/mpst_seq_proc" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/NicolasLagaillardie/mpst_rust_github/tree/master/mpst_seq_proc" [lib] proc-macro = true [dependencies.itertools] version = "0.12.1" [dependencies.proc-macro2] version = "1.0.80" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.58" features = [ "extra-traits", "full", "parsing", ] [dev-dependencies.trybuild] version = "1.0.91" [badges.maintenance] status = "actively-developed"