# 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 = "2018" name = "weld-bin" version = "0.1.4" authors = ["wasmcloud Team"] description = "CLI for smithy model code generator and related tools" homepage = "https://github.com/wasmcloud/weld" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wasmcloud/weld" resolver = "2" [[bin]] name = "weld" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.atelier_core] version = "0.2" [dependencies.atelier_json] version = "0.2" [dependencies.bytes] version = "1.0" [dependencies.cargo_atelier] version = "0.2" [dependencies.cargo_toml] version = "0.9" [dependencies.clap] version = "3.0.0-beta.2" features = ["derive"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.weld-codegen] version = "0.1"