# 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 = "loam-sdk-macro" version = "0.8.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros needed by loam-sdk" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/loambuild/loam/tree/main/crates/loam-sdk-macro" [lib] name = "loam_sdk_macro" path = "src/lib.rs" proc-macro = true [dependencies.Inflector] version = "0.11.4" features = [] default-features = false [dependencies.cargo_metadata] version = "0.18.1" [dependencies.darling] version = "0.20.8" [dependencies.itertools] version = "0.13.0" [dependencies.loam-build] version = "0.7.3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.10.5" [dependencies.sha2] version = "0.10.7" [dependencies.stellar-strkey] version = "0.0.11" [dependencies.stellar-xdr] version = "21.2.0" features = ["curr"] [dependencies.syn] version = "2" features = [ "full", "fold", "extra-traits", "visit", ] [dependencies.syn-file-expand] version = "0.3.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.assert_fs] version = "1.0.13"