# 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 = "wasmer-toml" version = "0.10.0" authors = ["The Wasmer Engineering Team "] description = "A parser for the wasmer.toml format used by Wasmer" homepage = "https://wasmer.io/" readme = "README.md" keywords = [ "wasm", "wasmer", "toml", ] categories = [ "parser-implementations", "wasm", ] license = "MIT" repository = "https://github.com/wasmerio/wasmer-toml" [dependencies.anyhow] version = "1" [dependencies.derive_builder] version = "0.12.0" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9.0" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dev-dependencies.tempfile] version = "3.3.0"