# 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" name = "mainstay-syn" version = "0.30.0" authors = ["Mainstay Maintainers "] description = "Mainstay syntax parsing and code generation tools" license = "Apache-2.0" repository = "https://github.com/nxpkg/mainstay" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1" [dependencies.bs58] version = "0.5" [dependencies.cargo_toml] version = "0.19" optional = true [dependencies.heck] version = "0.3" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.syn] version = "1" features = [ "full", "extra-traits", "parsing", ] [dependencies.thiserror] version = "1" [features] allow-missing-optionals = [] event-cpi = [] hash = [] idl-build = ["cargo_toml"] init-if-needed = [] interface-instructions = [] mainstay-debug = [] [lints.rust.unexpected_cfgs] level = "allow" priority = 0