# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fce-wit-parser" version = "0.5.0" authors = ["Fluence Labs"] description = "Fluence FCE interface type parser" license = "Apache-2.0" [lib] name = "fce_wit_parser" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.fce-wit-interfaces] version = "0.3.0" [dependencies.nom] version = "5.1" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "=1.0.118" [dependencies.thiserror] version = "1.0.24" [dependencies.walrus] version = "0.18.0" [dependencies.wasmer-core] version = "0.17.0" package = "wasmer-runtime-core-fl" [dependencies.wasmer-wit] version = "0.20.0" package = "wasmer-interface-types-fl"