# 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-config" version = "0.10.0" authors = ["Wasmer Engineering Team "] description = "Configuration types for Wasmer." homepage = "https://wasmer.io/" readme = "README.md" keywords = [ "wasm", "wasmer", "toml", ] categories = [ "parser-implementations", "wasm", ] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [dependencies.anyhow] version = "1" [dependencies.bytesize] version = "1.3.0" features = ["serde"] [dependencies.ciborium] version = "0.2.2" [dependencies.derive_builder] version = "0.12.0" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.schemars] version = "0.8.16" features = ["url"] [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.0.12" package = "serde_yml" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5.0" features = ["serde"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.tempfile] version = "3.3.0"