# 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 = "smithy-bindgen" version = "0.2.0" authors = ["wasmcloud Team"] description = "macros for binding codegeneration from smithy files" homepage = "https://github.com/wasmcloud/weld" documentation = "https://docs.rs/smithy-bindgen" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wasmcloud/weld" [lib] proc-macro = true [dependencies.atelier_json] version = "0.2" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.weld-codegen] version = "0.7.0" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.serde_bytes] version = "0.11" [dev-dependencies.wasmbus-rpc] version = "0.13"